[FFmpeg-cvslog] avformat/avio: Don't include common.h

Andreas Rheinhardt git at videolan.org
Thu Feb 24 14:28:36 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jul 30 14:20:23 2021 +0200| [12a540352bc0fef439df6e1268751ffdb0cd5f6e] | committer: Andreas Rheinhardt

avformat/avio: Don't include common.h

Reviewed-by: Martin Storsjö <martin at martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 libavformat/avio.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index cd63322a62..ca970b1ce3 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -27,8 +27,9 @@
  */
 
 #include <stdint.h>
+#include <stdio.h>
 
-#include "libavutil/common.h"
+#include "libavutil/attributes.h"
 #include "libavutil/dict.h"
 #include "libavutil/log.h"
 



More information about the ffmpeg-cvslog mailing list