diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 18:29:16 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 18:29:16 +0000 |
commit | 7798b42df1611598a232a10d67756b2f32bd8fa5 (patch) | |
tree | f58431796bb63eac020ba28bc9587582138b44a9 /libavformat/avio.h | |
parent | 897d3eef4c7ba35ec820dd5e2b378f8e368e9a18 (diff) | |
download | ffmpeg-7798b42df1611598a232a10d67756b2f32bd8fa5.tar.gz |
Add ff_ prefix to get_v()
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 8173b2b4d6..54a92f9ece 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -192,7 +192,7 @@ unsigned int get_be24(ByteIOContext *s); unsigned int get_be32(ByteIOContext *s); uint64_t get_be64(ByteIOContext *s); -uint64_t get_v(ByteIOContext *bc); +uint64_t ff_get_v(ByteIOContext *bc); static inline int url_is_streamed(ByteIOContext *s) { |