diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 769816adf3..8a46cb9772 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -25,10 +25,15 @@ #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 -#define AV_XVMC_RENDER_MAGIC 0x1DC711C0 // 1337 IDCT MCo +/**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 +/**