summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-08-09 15:51:04 +0200
committerNicolas George <george@nsup.org>2014-08-09 15:51:04 +0200
commitf87db44685393f85c89cb338c8617e2ee6bd51f8 (patch)
tree5ccf48de960a69cf97859d98b3a970f45c54dff4 /libavformat/avio.h
parentf75786f3bc8819545aa070f62d2ab3b579a8c781 (diff)
downloadffmpeg-streaming-f87db44685393f85c89cb338c8617e2ee6bd51f8.zip
ffmpeg-streaming-f87db44685393f85c89cb338c8617e2ee6bd51f8.tar.gz
lavf/avio: do not include bprint.h.
See f75786f and 04bc370.
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 89e0804..2210c01 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -28,7 +28,6 @@
#include <stdint.h>
-#include "libavutil/bprint.h"
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
@@ -508,6 +507,9 @@ int avio_pause(AVIOContext *h, int pause);
int64_t avio_seek_time(AVIOContext *h, int stream_index,
int64_t timestamp, int flags);
+/* Avoid a warning. The header can not be included because it breaks c++. */
+struct AVBPrint;
+
/**
* Read contents of h into print buffer, up to max_size bytes, or up to EOF.
*
OpenPOWER on IntegriCloud