From c1a5aa2953ed30c7aa1097b3f6419e3e6225e88d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 18:15:59 +0000 Subject: whitespace cosmetics: Restore vertical alignment. Originally committed as revision 17253 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'libavcodec/xvmc.h') diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index b14c31d112..97efa82183 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -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 -/**