[FFmpeg-devel] [PATCH 1/3] tools/target_dem_fuzzer: add libavformat/demux.h
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Mar 17 17:12:36 EET 2024
Michael Niedermayer:
> needed for FFInputFormat
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> tools/target_dem_fuzzer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/target_dem_fuzzer.c b/tools/target_dem_fuzzer.c
> index 76eed9f6a2..fe69eb9be0 100644
> --- a/tools/target_dem_fuzzer.c
> +++ b/tools/target_dem_fuzzer.c
> @@ -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;
LGTM. Sorry for the breakage.
- Andreas
More information about the ffmpeg-devel
mailing list