mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
time_code has 24 bits, not 16
Originally committed as revision 17134 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -469,7 +469,7 @@ static int decode_pic(AVSContext *h) {
|
||||
} 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])
|
||||
|
||||
Reference in New Issue
Block a user