diff common.h @ 862:058194d7ade6 libavcodec

* fixing some minor const warnings
author kabi
date Tue, 12 Nov 2002 15:00:04 +0000
parents f3c369b8ddca
children 704f13bfc652
line wrap: on
line diff
--- a/common.h	Tue Nov 12 10:05:21 2002 +0000
+++ b/common.h	Tue Nov 12 15:00:04 2002 +0000
@@ -639,7 +639,7 @@
 void init_get_bits(GetBitContext *s,
                    UINT8 *buffer, int buffer_size);
 
-int check_marker(GetBitContext *s, char *msg);
+int check_marker(GetBitContext *s, const char *msg);
 void align_get_bits(GetBitContext *s);
 int init_vlc(VLC *vlc, int nb_bits, int nb_codes,
              const void *bits, int bits_wrap, int bits_size,