make PixelFormat a typedef, fixes ffmpeg 1.1 compat
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
extern "C"
|
||||
{
|
||||
#include <libavcodec/avcodec.h>
|
||||
#undef PixelFormat
|
||||
typedef AVPixelFormat PixelFormat;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user