Commit 62563c38 authored by Michael Niedermayer's avatar Michael Niedermayer

skip ext header missing message for msmpeg4v2

Originally committed as revision 2118 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 48091512
......@@ -1409,7 +1409,8 @@ int msmpeg4_decode_ext_header(MpegEncContext * s, int buf_size)
else if(left<length+8)
{
s->flipflop_rounding= 0;
printf("ext header missing, %d left\n", left);
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