Commit 96e810e4 authored by diego's avatar diego

Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17298 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6cf52e45
......@@ -23,6 +23,8 @@
#include <X11/extensions/XvMC.h>
#include "avcodec.h"
#define AV_XVMC_STATE_DISPLAY_PENDING 1 /** the surface should be shown, the video driver manipulates this */
#define AV_XVMC_STATE_PREDICTION 2 /** the surface is needed for prediction, the codec manipulates this */
#define AV_XVMC_STATE_OSD_SOURCE 4 /** this surface is needed for subpicture rendering */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment