[FFmpeg-cvslog] lavf/id3v1: drop unnecessary avcodec.h include

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


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 21 19:23:50 2021 +0200| [e246625b016a0d752076f8f73e16652ef8a9c94d] | committer: Anton Khirnov

lavf/id3v1: drop unnecessary avcodec.h include

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

 libavformat/id3v1.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c
index eb66098f51..3189a48b8c 100644
--- a/libavformat/id3v1.c
+++ b/libavformat/id3v1.c
@@ -20,7 +20,6 @@
  */
 
 #include "id3v1.h"
-#include "libavcodec/avcodec.h"
 #include "libavutil/dict.h"
 
 /* See Genre List at http://id3.org/id3v2.3.0 */



More information about the ffmpeg-cvslog mailing list