[FFmpeg-devel] [PATCH 13/14] iavformat/apetag: Remove superfluous header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:45 EEST 2019


When the APE tag parsing code was moved into its own file in 191e34cd,
intreadwrite.h was included despite not being used for parsing APE tags.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavformat/apetag.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/apetag.c b/libavformat/apetag.c
index 8cb3f4a23a..9fb12b9826 100644
--- a/libavformat/apetag.c
+++ b/libavformat/apetag.c
@@ -22,7 +22,6 @@
 
 #include <inttypes.h>
 
-#include "libavutil/intreadwrite.h"
 #include "libavutil/dict.h"
 #include "avformat.h"
 #include "avio_internal.h"
-- 
2.20.1



More information about the ffmpeg-devel mailing list