Mercurial > mplayer.hg
changeset 11627:7737584af47a
and remove one stupid debug printf
author | rfelker |
---|---|
date | Thu, 11 Dec 2003 05:07:47 +0000 |
parents | 168e540bad66 |
children | 6fc547235443 |
files | libmpcodecs/pullup.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/pullup.c Thu Dec 11 05:06:17 2003 +0000 +++ b/libmpcodecs/pullup.c Thu Dec 11 05:07:47 2003 +0000 @@ -449,7 +449,6 @@ 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;