FFMPEG: Remove unnecessary #include statements

They were included because of earlier tests.
Thanks Korli for the heads-up! (and sorry for the noise..)
This commit is contained in:
Philippe Saint-Pierre 2012-06-25 13:52:31 -04:00
parent 36784bbc2c
commit c4e5472a71

View File

@ -17,12 +17,10 @@
#include <DataIO.h>
#include <MediaDefs.h>
#include <MediaFormats.h>
#include <InterfaceDefs.h>
extern "C" {
#include "avcodec.h"
#include "avformat.h"
#include "dict.h"
}
#include "DemuxerTable.h"