[FFmpeg-cvslog] vda: undef Picture.
Sebastien Zwickert
git at videolan.org
Mon Nov 14 23:23:21 CET 2011
ffmpeg | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Mon Nov 14 21:01:21 2011 +0100| [9837442a397bb300ac8226472e1d65ce85f66119] | committer: Sebastien Zwickert
vda: undef Picture.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9837442a397bb300ac8226472e1d65ce85f66119
---
libavcodec/vda.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index ffdbea6..e28a6a6 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -29,11 +29,12 @@
// http://openradar.appspot.com/8026390
#undef __GNUC_STDC_INLINE__
-#define Picture QuickdrawPicture
-
#include <pthread.h>
#include "avcodec.h"
+
+#define Picture QuickdrawPicture
#include <VideoDecodeAcceleration/VDADecoder.h>
+#undef Picture
/**
* This structure is used to store a decoded frame information and data.
More information about the ffmpeg-cvslog
mailing list