whitespace cosmetics: Restore vertical alignment.

Originally committed as revision 17253 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-14 18:15:59 +00:00
parent aae667ba4d
commit c1a5aa2953

View File

@ -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
/**<magic value to ensure that regular pixel routines haven't corrupted the struct*/
#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 /**< magic value to ensure that regular pixel routines haven't corrupted the struct */
// 1337 IDCT MCo
#define AV_XVMC_RENDER_MAGIC 0x1DC711C0
#if LIBAVCODEC_VERSION_MAJOR < 53
#define MP_XVMC_STATE_DISPLAY_PENDING AV_XVMC_STATE_DISPLAY_PENDING