1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

vda: undef Picture.

This commit is contained in:
Sebastien Zwickert
2011-11-14 21:01:21 +01:00
parent c8136ebd6a
commit 9837442a39

View File

@@ -29,11 +29,12 @@
// http://openradar.appspot.com/8026390 // http://openradar.appspot.com/8026390
#undef __GNUC_STDC_INLINE__ #undef __GNUC_STDC_INLINE__
#define Picture QuickdrawPicture
#include <pthread.h> #include <pthread.h>
#include "avcodec.h" #include "avcodec.h"
#define Picture QuickdrawPicture
#include <VideoDecodeAcceleration/VDADecoder.h> #include <VideoDecodeAcceleration/VDADecoder.h>
#undef Picture
/** /**
* This structure is used to store a decoded frame information and data. * This structure is used to store a decoded frame information and data.