Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-11-03 21:26:42 +0300
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-11-03 21:26:42 +0300
commit897d3eef4c7ba35ec820dd5e2b378f8e368e9a18 (patch)
treeb507ded25ed11789a4664e5587526edcb2f815d2 /libavformat/avio.h
parent0c904db11861a5de3a9091fb018116bde5ed567f (diff)
Make get_v() available to the other demuxers
Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 2 insertions, 0 deletions
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;