diff bitstream.h @ 6325:6335f2688c04 libavcodec

const
author michael
date Mon, 04 Feb 2008 00:49:14 +0000
parents a2b438bcb1d2
children f7cbb7733146
line wrap: on
line diff
--- a/bitstream.h	Sun Feb 03 23:25:35 2008 +0000
+++ b/bitstream.h	Mon Feb 04 00:49:14 2008 +0000
@@ -137,8 +137,8 @@
 }
 
 void align_put_bits(PutBitContext *s);
-void ff_put_string(PutBitContext * pbc, char *s, int put_zero);
-void ff_copy_bits(PutBitContext *pb, uint8_t *src, int length);
+void ff_put_string(PutBitContext * pbc, const char *s, int put_zero);
+void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
 
 /* bit input */
 /* buffer, buffer_end and size_in_bits must be present and used by every reader */