comparison msmpeg4.c @ 1399:08f82699fc71 libavcodec

skip ext header missing message for msmpeg4v2
author michaelni
date Sun, 10 Aug 2003 21:11:45 +0000
parents b5c65adac96a
children 932d306bf1dc
comparison
equal deleted inserted replaced
1398:d413f9a20214 1399:08f82699fc71
1407 // printf("fps:%2d bps:%2d roundingType:%1d\n", fps, s->bit_rate/1024, s->flipflop_rounding); 1407 // printf("fps:%2d bps:%2d roundingType:%1d\n", fps, s->bit_rate/1024, s->flipflop_rounding);
1408 } 1408 }
1409 else if(left<length+8) 1409 else if(left<length+8)
1410 { 1410 {
1411 s->flipflop_rounding= 0; 1411 s->flipflop_rounding= 0;
1412 printf("ext header missing, %d left\n", left); 1412 if(s->msmpeg4_version != 2)
1413 printf("ext header missing, %d left\n", left);
1413 } 1414 }
1414 else 1415 else
1415 { 1416 {
1416 fprintf(stderr, "I frame too long, ignoring ext header\n"); 1417 fprintf(stderr, "I frame too long, ignoring ext header\n");
1417 } 1418 }