[FFmpeg-cvslog] avformat/rawdec: Don't include avcodec.h
Andreas Rheinhardt
git at videolan.org
Sat Aug 5 11:05:55 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug 2 11:18:56 2023 +0200| [dda471bd850b51a82e289e77146223d33bab454f] | committer: Andreas Rheinhardt
avformat/rawdec: Don't include avcodec.h
Possible since 2850584876e52beaddf7a9f30e9914dad7115618.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dda471bd850b51a82e289e77146223d33bab454f
---
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)
More information about the ffmpeg-cvslog
mailing list