mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
vda: undef Picture.
This commit is contained in:
parent
c8136ebd6a
commit
9837442a39
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user