Commit b0d386fb authored by michaelni's avatar michaelni

skip ext header missing message for msmpeg4v2


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2118 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f056e64
......@@ -1409,6 +1409,7 @@ int msmpeg4_decode_ext_header(MpegEncContext * s, int buf_size)
else if(left<length+8)
{
s->flipflop_rounding= 0;
if(s->msmpeg4_version != 2)
printf("ext header missing, %d left\n", left);
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment