diff avio.h @ 2700:dfcac0102c34 libavformat

Add ff_ prefix to get_v()
author kostya
date Sat, 03 Nov 2007 18:29:16 +0000
parents 49c540731133
children 2291661e6097
line wrap: on
line diff
--- a/avio.h	Sat Nov 03 18:26:42 2007 +0000
+++ b/avio.h	Sat Nov 03 18:29:16 2007 +0000
@@ -192,7 +192,7 @@
 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)
 {