mirror of https://git.ffmpeg.org/ffmpeg.git
tools/target_dem_fuzzer: add libavformat/demux.h
needed for FFInputFormat Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
b96571df3a
commit
af91b1b366
|
@ -23,7 +23,7 @@
|
|||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/bytestream.h"
|
||||
#include "libavformat/avformat.h"
|
||||
|
||||
#include "libavformat/demux.h"
|
||||
|
||||
typedef struct IOContext {
|
||||
int64_t pos;
|
||||
|
|
Loading…
Reference in New Issue