[FFmpeg-devel] [PATCH 10/15] avformat/av1dec: Remove avcodec.h inclusion
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Wed Aug 2 13:58:32 EEST 2023
Possible since 60ecf44b037c7961ac4e69f83ff315c11c5df922.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavformat/av1dec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/av1dec.c b/libavformat/av1dec.c
index d0d53f41f7..2883b320a1 100644
--- a/libavformat/av1dec.c
+++ b/libavformat/av1dec.c
@@ -23,7 +23,6 @@
#include "libavutil/common.h"
#include "libavutil/opt.h"
-#include "libavcodec/avcodec.h"
#include "libavcodec/av1_parse.h"
#include "libavcodec/bsf.h"
#include "avformat.h"
--
2.34.1
More information about the ffmpeg-devel
mailing list