diff common.h @ 358:2066dc543be4 libavcodec

move put_string() to common.{c,h}
author michaelni
date Fri, 03 May 2002 23:13:24 +0000
parents 9f6071a87e17
children df0736462b9f
line wrap: on
line diff
--- a/common.h	Fri May 03 21:38:02 2002 +0000
+++ b/common.h	Fri May 03 23:13:24 2002 +0000
@@ -186,6 +186,7 @@
 INT64 get_bit_count(PutBitContext *s); /* XXX: change function name */
 void align_put_bits(PutBitContext *s);
 void flush_put_bits(PutBitContext *s);
+void put_string(PutBitContext * pbc, char *s);
 
 /* jpeg specific put_bits */
 void jflush_put_bits(PutBitContext *s);