summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-14 01:38:41 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-14 01:38:41 +0000
commitbeb9c6afdcf737158d239f387082447f219487db (patch)
tree9af00d9560a30ce361890dbf965ff062d5eeb78c /libmpcodecs/pullup.h
parent75dc9534911ef4e80a0ac8cc039bf77513b3d45a (diff)
downloadmpv-beb9c6afdcf737158d239f387082447f219487db.tar.bz2
mpv-beb9c6afdcf737158d239f387082447f219487db.tar.xz
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 :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11642 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r--libmpcodecs/pullup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h
index ff269e9e90..fec1b8b9f0 100644
--- a/libmpcodecs/pullup.h
+++ b/libmpcodecs/pullup.h
@@ -49,6 +49,8 @@ struct pullup_context
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;