summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-09 15:30:03 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-09 15:30:03 +0200
commitf75786f3bc8819545aa070f62d2ab3b579a8c781 (patch)
tree7a67f90de96e89965a4ada9842652209c79bca62 /libavformat/avio.h
parent25eeff960030838e402c4472f5edef6b7fc78606 (diff)
downloadffmpeg-streaming-f75786f3bc8819545aa070f62d2ab3b579a8c781.zip
ffmpeg-streaming-f75786f3bc8819545aa070f62d2ab3b579a8c781.tar.gz
avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h1
1 files changed, 1 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud