ffmpeg | branch: master | Anton Khirnov <an...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to