summaryrefslogtreecommitdiff
path: root/libavformat/avio_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-14 20:38:57 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-16 22:59:38 -0400
commit4839c192de7782605e1b7c9cc84aaf692cf67284 (patch)
treee40c8ff6bafe53ff7052cd74a6050f0cda7dd60a /libavformat/avio_internal.h
parent073f8b10d8d7638fcee33aba04ca2a7b90bdb2c3 (diff)
lavf: move ff_get_v from avio.h to avio_internal.h
And rename it to ffio_read_varlen. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 3abb619b8a..2e0b94c9ea 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -61,4 +61,6 @@ static av_always_inline void ffio_wfourcc(AVIOContext *pb, const uint8_t *s)
*/
int ffio_rewind_with_probe_data(AVIOContext *s, unsigned char *buf, int buf_size);
+uint64_t ffio_read_varlen(AVIOContext *bc);
+
#endif // AVFORMAT_AVIO_INTERNAL_H