# HG changeset patch # User iive # Date 1234634211 0 # Node ID ff1b704b1f8fac2e86942e8a4deac0c59201d387 # Parent a8fdc730936d362def98abac17f3800ebd01ec9a doxygen style comments diff -r a8fdc730936d -r ff1b704b1f8f xvmc.h --- a/xvmc.h Sat Feb 14 17:52:30 2009 +0000 +++ b/xvmc.h Sat Feb 14 17:56:51 2009 +0000 @@ -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 +/**