diff mbox series

[FFmpeg-devel,10/15] avformat/av1dec: Remove avcodec.h inclusion

Message ID GV1P250MB0737FC9BF6468949F86C6AF38F0BA@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 09e8ccb19e0434c55e829696e5080bf8ce871992
Headers show
Series [FFmpeg-devel,1/5] avcodec/nvdec_(mjpeg|vp8): Constify AVHWAccels | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Aug. 2, 2023, 10:58 a.m. UTC
Possible since 60ecf44b037c7961ac4e69f83ff315c11c5df922.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/av1dec.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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"