summaryrefslogtreecommitdiff
path: root/libavformat/avio.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.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.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 761ced6aa1..8b404d067d 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -568,8 +568,6 @@ unsigned int avio_rb24(AVIOContext *s);
unsigned int avio_rb32(AVIOContext *s);
uint64_t avio_rb64(AVIOContext *s);
-uint64_t ff_get_v(AVIOContext *bc);
-
static inline int url_is_streamed(AVIOContext *s)
{
return s->is_streamed;