diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-03-14 20:38:57 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-03-16 22:59:38 -0400 |
commit | 4839c192de7782605e1b7c9cc84aaf692cf67284 (patch) | |
tree | e40c8ff6bafe53ff7052cd74a6050f0cda7dd60a /libavformat/avio_internal.h | |
parent | 073f8b10d8d7638fcee33aba04ca2a7b90bdb2c3 (diff) | |
download | ffmpeg-4839c192de7782605e1b7c9cc84aaf692cf67284.tar.gz |
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.h | 2 |
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 |