summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/ffmpeg_stub_headers.fragment
blob: b1716902ba4cbb93b058151897577fe79ac5eeeb (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 <libavcodec/avcodec.h>
#include <libavformat/avformat.h>

typedef int (*AVLockMgrOperation)(void**, enum AVLockOp);

}