[FFmpeg-cvslog] lavf/mp3dec: avoid avcodec.h dependency

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:50 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 21 19:56:46 2021 +0200| [1256b71ba9509ed670e82ed95cad8e45e9866c3a] | committer: Anton Khirnov

lavf/mp3dec: avoid avcodec.h dependency

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

 libavformat/mp3dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index c6949e6095..0402700445 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -32,7 +32,7 @@
 #include "id3v1.h"
 #include "replaygain.h"
 
-#include "libavcodec/avcodec.h"
+#include "libavcodec/codec_id.h"
 #include "libavcodec/mpegaudiodecheader.h"
 
 #define XING_FLAG_FRAMES 0x01



More information about the ffmpeg-cvslog mailing list