1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-06 16:10:09 +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
#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.