diff cavsdec.c @ 8792:b149d445bf4c libavcodec

time_code has 24 bits, not 16
author stefang
date Tue, 10 Feb 2009 16:36:01 +0000
parents 7798afcf0b24
children d46cde168c69
line wrap: on
line diff
--- a/cavsdec.c	Tue Feb 10 16:34:45 2009 +0000
+++ b/cavsdec.c	Tue Feb 10 16:36:01 2009 +0000
@@ -469,7 +469,7 @@
     } else {
         h->pic_type = FF_I_TYPE;
         if(get_bits1(&s->gb))
-            skip_bits(&s->gb,16);//time_code
+            skip_bits(&s->gb,24);//time_code
     }
     /* release last B frame */
     if(h->picture.data[0])