[FFmpeg-cvslog] avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"
Michael Niedermayer
git at videolan.org
Sat Aug 9 15:39:28 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Aug 9 15:30:03 2014 +0200| [f75786f3bc8819545aa070f62d2ab3b579a8c781] | committer: Michael Niedermayer
avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f75786f3bc8819545aa070f62d2ab3b579a8c781
---
libavformat/avio.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 1aa3602..89e0804 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -28,6 +28,7 @@
#include <stdint.h>
+#include "libavutil/bprint.h"
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
More information about the ffmpeg-cvslog
mailing list