[FFmpeg-cvslog] avformat/av1dec: Remove avcodec.h inclusion

Andreas Rheinhardt git at videolan.org
Sat Aug 5 11:05:47 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug  2 10:53:56 2023 +0200| [09e8ccb19e0434c55e829696e5080bf8ce871992] | committer: Andreas Rheinhardt

avformat/av1dec: Remove avcodec.h inclusion

Possible since 60ecf44b037c7961ac4e69f83ff315c11c5df922.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09e8ccb19e0434c55e829696e5080bf8ce871992
---

 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"



More information about the ffmpeg-cvslog mailing list