|
|
@@ -1495,6 +1495,11 @@ end: |
|
|
|
static int mpeg4_decode_gop_header(MpegEncContext * s, GetBitContext *gb){ |
|
|
|
int hours, minutes, seconds; |
|
|
|
|
|
|
|
if(!show_bits(gb, 18)){ |
|
|
|
av_log(s->avctx, AV_LOG_WARNING, "GOP header invalid\n"); |
|
|
|
return -1; |
|
|
|
} |
|
|
|
|
|
|
|
hours= get_bits(gb, 5); |
|
|
|
minutes= get_bits(gb, 6); |
|
|
|
skip_bits1(gb); |
|
|
|