mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 01:37:21 +00:00
and remove one stupid debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11628 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
acf754f1be
commit
50aa753a23
@ -449,7 +449,6 @@ static void compute_affinity(struct pullup_context *c, struct pullup_field *f)
|
||||
if (l > max_l) max_l = l;
|
||||
if (-l > max_r) max_r = -l;
|
||||
}
|
||||
printf("%d %d\n", max_l, max_r);
|
||||
if (max_l + max_r < 32) return;
|
||||
if (max_r > 2*max_l) f->affinity = -1;
|
||||
else if (max_l > 2*max_r) f->affinity = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user