diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index b14c31d112..97efa82183 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -25,15 +25,11 @@ #include "avcodec.h" -/**the surface should be shown, the video driver manipulates this*/ -#define AV_XVMC_STATE_DISPLAY_PENDING 1 -/**the surface is needed for prediction, the codec manipulates this*/ -#define AV_XVMC_STATE_PREDICTION 2 -/**this surface is needed for subpicture rendering*/ -#define AV_XVMC_STATE_OSD_SOURCE 4 -/**