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 <DataIO.h>
|
||||||
#include <MediaDefs.h>
|
#include <MediaDefs.h>
|
||||||
#include <MediaFormats.h>
|
#include <MediaFormats.h>
|
||||||
#include <InterfaceDefs.h>
|
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "dict.h"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "DemuxerTable.h"
|
#include "DemuxerTable.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user