blob: a40cac9361079f326a869eadeab236426ed7c4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// These are some extra includes needed in the generated stub file for defining
// various FFmpeg types.
extern "C" {
#include "third_party/ffmpeg/source/patched-ffmpeg-mt/libavcodec/avcodec.h"
#include "third_party/ffmpeg/source/patched-ffmpeg-mt/libavformat/avformat.h"
typedef int (*AVLockMgrOperation)(void**, enum AVLockOp);
}
|