diff options
author | Sebastien Zwickert <dilaroga@free.fr> | 2011-11-14 21:20:04 +0100 |
---|---|---|
committer | Sebastien Zwickert <dilaroga@free.fr> | 2011-11-14 22:24:03 +0100 |
commit | b46134f6593d388e3ebdc4a49b3c7ad51335ff03 (patch) | |
tree | 2a333ea95190cce774234dd205f4c2dc293d8b85 /libavcodec/vda.h | |
parent | 9837442a397bb300ac8226472e1d65ce85f66119 (diff) | |
download | ffmpeg-b46134f6593d388e3ebdc4a49b3c7ad51335ff03.tar.gz |
vda: reordering headers inclusion.
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r-- | libavcodec/vda.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h index e28a6a6148..9a2af2df80 100644 --- a/libavcodec/vda.h +++ b/libavcodec/vda.h @@ -29,9 +29,6 @@ // http://openradar.appspot.com/8026390 #undef __GNUC_STDC_INLINE__ -#include <pthread.h> -#include "avcodec.h" - #define Picture QuickdrawPicture #include <VideoDecodeAcceleration/VDADecoder.h> #undef Picture |