mirror of https://github.com/mpv-player/mpv
100l, meaning of strict_breaks was backwards...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14970 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0f04ee59e6
commit
49ccf0046d
|
@ -502,7 +502,7 @@ static int decide_frame_length(struct pullup_context *c)
|
|||
|
||||
switch (l) {
|
||||
case 1:
|
||||
if (c->strict_breaks > 0 && f0->affinity == 1 && f1->affinity == -1)
|
||||
if (c->strict_breaks < 1 && f0->affinity == 1 && f1->affinity == -1)
|
||||
return 2;
|
||||
else return 1;
|
||||
case 2:
|
||||
|
|
Loading…
Reference in New Issue