]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/aviobuf.c
Add ff_ prefix to get_v()
[frescor/ffmpeg.git] / libavformat / aviobuf.c
index 1be4480c0d8a9407f41882ab2c76c6fb1d729c9f..8bf6c063eaae74cc66131c32e9c3c7968d0c161a 100644 (file)
@@ -472,7 +472,7 @@ uint64_t get_be64(ByteIOContext *s)
     return val;
 }
 
-uint64_t get_v(ByteIOContext *bc){
+uint64_t ff_get_v(ByteIOContext *bc){
     uint64_t val = 0;
     int tmp;