# HG changeset patch # User iive # Date 1234629057 0 # Node ID 88477203beee05f1f3e966682a8c0bb3fad1a141 # Parent 2385ba645d7e225021c9ff552e202ec5393b78ba describe idct variable in xvmc struct diff -r 2385ba645d7e -r 88477203beee xvmc.h --- a/xvmc.h Sat Feb 14 16:24:45 2009 +0000 +++ b/xvmc.h Sat Feb 14 16:30:57 2009 +0000 @@ -29,12 +29,6 @@ #include -//the surface should be shown, the video driver manipulates this -#define MP_XVMC_STATE_DISPLAY_PENDING 1 -//the surface is needed for prediction, the codec manipulates this -#define MP_XVMC_STATE_PREDICTION 2 -//this surface is needed for subpicture rendering -#define MP_XVMC_STATE_OSD_SOURCE 4 // 1337 IDCT MCo #define MP_XVMC_RENDER_MAGIC 0x1DC711C0 @@ -47,7 +41,7 @@ int total_number_of_mv_blocks; int total_number_of_data_blocks; int mc_type; //XVMC_MPEG1/2/4,XVMC_H263 without XVMC_IDCT - int idct; //Do we use IDCT acceleration? + int idct; //< indicate that IDCT acceleration level is used int chroma_format; //420, 422, 444 int unsigned_intra; //+-128 for intra pictures after clipping XvMCSurface* p_surface; //pointer to rendered surface, never changed