diff h263.c @ 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 40765c51a7a9
children 5576a9349ab6
line wrap: on
line diff
--- a/h263.c	Sun Sep 18 14:45:17 2005 +0000
+++ b/h263.c	Sun Sep 18 21:21:01 2005 +0000
@@ -2396,7 +2396,7 @@
     if(!(s->flags & CODEC_FLAG_BITEXACT)){
         put_bits(&s->pb, 16, 0);
         put_bits(&s->pb, 16, 0x1B2);	/* user_data */
-	put_string(&s->pb, LIBAVCODEC_IDENT, 0);
+	ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0);
     }
 }