blob: 99abcf70e26ed635cc4f2b2d4b6d5d02e155716b (
plain)
1
2
3
4
5
6
7
8
9
|
// These are some extra includes needed in the generated stub file for defining
// various FFmpeg types.
extern "C" {
#include "third_party/ffmpeg/include/libavcodec/avcodec.h"
#include "third_party/ffmpeg/include/libavformat/avformat.h"
}
|