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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user