diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-02 11:18:56 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-05 09:40:06 +0200 |
commit | dda471bd850b51a82e289e77146223d33bab454f (patch) | |
tree | ec29720652c99e5c806f5d34d436c712ba7ea67c | |
parent | 61f6766d352ad62e287777e5f647a75ab325ee3d (diff) | |
download | ffmpeg-dda471bd850b51a82e289e77146223d33bab454f.tar.gz |
avformat/rawdec: Don't include avcodec.h
Possible since 2850584876e52beaddf7a9f30e9914dad7115618.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavformat/rawdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c index 6b623d366e..1dd7fafcf0 100644 --- a/libavformat/rawdec.c +++ b/libavformat/rawdec.c @@ -27,8 +27,6 @@ #include "rawdec.h" #include "libavutil/opt.h" -#include "libavcodec/avcodec.h" - #define RAW_PACKET_SIZE 1024 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt) |