diff bitstream.h @ 2885:5dfb90019814 libavcodec

Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
author diego
date Sun, 18 Sep 2005 21:21:01 +0000
parents 2b37bcabe608
children 64231191674b
line wrap: on
line diff
--- a/bitstream.h	Sun Sep 18 14:45:17 2005 +0000
+++ b/bitstream.h	Sun Sep 18 21:21:01 2005 +0000
@@ -95,7 +95,7 @@
 }
 
 void align_put_bits(PutBitContext *s);
-void put_string(PutBitContext * pbc, char *s, int put_zero);
+void ff_put_string(PutBitContext * pbc, char *s, int put_zero);
 
 /* bit input */
 /* buffer, buffer_end and size_in_bits must be present and used by every reader */