diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-02 10:53:56 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-05 09:40:06 +0200 |
commit | 09e8ccb19e0434c55e829696e5080bf8ce871992 (patch) | |
tree | c7b63702ed6e81777d76745fccd21913d3b7dbbd | |
parent | 5d63bd5b9cc134dc423ed817d76107e6a5847b80 (diff) | |
download | ffmpeg-09e8ccb19e0434c55e829696e5080bf8ce871992.tar.gz |
avformat/av1dec: Remove avcodec.h inclusion
Possible since 60ecf44b037c7961ac4e69f83ff315c11c5df922.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavformat/av1dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |