[FFmpeg-devel] [PATCH 21/25] lavf/id3v1: drop unnecessary avcodec.h include

Anton Khirnov anton at khirnov.net
Fri May 21 21:00:52 EEST 2021


---
 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 */
-- 
2.30.2



More information about the ffmpeg-devel mailing list