diff cavs.c @ 4917:6c457e692336 libavcodec

avoid a clash between two definitions of SEQ_START_CODE
author aurel
date Sat, 05 May 2007 18:31:34 +0000
parents a96d905dcbaa
children f77445d40161
line wrap: on
line diff
--- a/cavs.c	Sat May 05 18:25:02 2007 +0000
+++ b/cavs.c	Sat May 05 18:31:34 2007 +0000
@@ -1352,7 +1352,7 @@
             return FFMAX(0, buf_ptr - buf - s->parse_context.last_index);
         input_size = (buf_end - buf_ptr)*8;
         switch(stc) {
-        case SEQ_START_CODE:
+        case CAVS_START_CODE:
             init_get_bits(&s->gb, buf_ptr, input_size);
             decode_seq_header(h);
             break;