From 6785e509d45a7ccb15fd9485b93932e077c7aaee Mon Sep 17 00:00:00 2001 From: Ivan Kalvachev Date: Sat, 14 Feb 2009 17:56:51 +0000 Subject: doxygen style comments Originally committed as revision 17251 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 63 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 25 deletions(-) (limited to 'libavcodec/xvmc.h') 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 +/**