Attached PATCH fixes the case, when data-flag and reference flags are set and

mplayer exits the demuxer with error (return 0), but without giving a reason
As QT-Specs say in this case the reference shuld be used, I fixed it that way.
Fabian Franz <FabianFranz@gmx.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-27 22:29:47 +00:00
parent 015cb47d1c
commit 16e91ecd08
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ skip_chunk:
}
free(priv);
if (flags==5) // reference & header sent
if ((flags==5) || (flags==7)) // reference & header sent
return 1;
if(flags==1)