[FFmpeg-devel] [PATCH 14/15] avformat/rawdec: Don't include avcodec.h

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Wed Aug 2 13:58:36 EEST 2023


Possible since 2850584876e52beaddf7a9f30e9914dad7115618.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavformat/rawdec.c | 2 --
 1 file changed, 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)
-- 
2.34.1



More information about the ffmpeg-devel mailing list