From 897d3eef4c7ba35ec820dd5e2b378f8e368e9a18 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 3 Nov 2007 18:26:42 +0000 Subject: Make get_v() available to the other demuxers Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 6a9cbae539..8173b2b4d6 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -192,6 +192,8 @@ unsigned int get_be24(ByteIOContext *s); unsigned int get_be32(ByteIOContext *s); uint64_t get_be64(ByteIOContext *s); +uint64_t get_v(ByteIOContext *bc); + static inline int url_is_streamed(ByteIOContext *s) { return s->is_streamed; -- cgit v1.2.3