mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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:
parent
015cb47d1c
commit
16e91ecd08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user