mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
whitespace cosmetics: vertical alignment
Originally committed as revision 17249 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+4
-8
@@ -30,14 +30,10 @@
|
||||
|
||||
#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
|
||||
// 1337 IDCT MCo
|
||||
#define AV_XVMC_RENDER_MAGIC 0x1DC711C0
|
||||
#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
|
||||
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 53
|
||||
#define MP_XVMC_STATE_DISPLAY_PENDING AV_XVMC_STATE_DISPLAY_PENDING
|
||||
|
||||
Reference in New Issue
Block a user