diff common.h @ 264:28c5c62b1c4c libavcodec

support decoding (with mplayer) of 3 .mp4 files from mphq optimize h263_pred_motion()
author michaelni
date Wed, 13 Mar 2002 19:26:38 +0000
parents 99a9f903f0e3
children 5cb2978e701f
line wrap: on
line diff
--- a/common.h	Wed Mar 13 12:50:41 2002 +0000
+++ b/common.h	Wed Mar 13 19:26:38 2002 +0000
@@ -593,6 +593,7 @@
 #endif
 }
 
+int check_marker(GetBitContext *s, 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,