Mercurial > mplayer.hg
diff libmpcodecs/pullup.h @ 11641:b7c269232edd
various updates:
simplify logic
eliminate stupid alternative affinity calculations (gave bad results)
favor output of clean duration-3 over duration-2 plus broken-1
(will give a more steady 3:2 pattern during telecine, w/ no quality loss)
options to adjust strictness of tests (but no way to set them presently :)
| author | rfelker |
|---|---|
| date | Sun, 14 Dec 2003 01:38:41 +0000 |
| parents | 6fc547235443 |
| children | eec6ace22741 |
line wrap: on
line diff
--- a/libmpcodecs/pullup.h Sat Dec 13 13:12:09 2003 +0000 +++ b/libmpcodecs/pullup.h Sun Dec 14 01:38:41 2003 +0000 @@ -49,6 +49,8 @@ int junk_left, junk_right, junk_top, junk_bottom; int verbose; int metric_plane; + int strict_breaks; + int strict_pairs; /* Internal data */ struct pullup_field *first, *last, *head; struct pullup_buffer *buffers;
