summaryrefslogtreecommitdiff
path: root/src/post/deinterlace
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-07-20 16:39:37 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-07-20 16:39:37 +0000
commitff21832c6daecf1bfe263177f1e3182731dde2c8 (patch)
treeb31b09b1bc2c083dcb04b489cf0ebc9cabced72b /src/post/deinterlace
parentca9cba8dc3ad0c31e919e502a2d57143b9ff7180 (diff)
downloadxine-lib-ff21832c6daecf1bfe263177f1e3182731dde2c8.tar.gz
xine-lib-ff21832c6daecf1bfe263177f1e3182731dde2c8.tar.bz2
fix compiler warnings
CVS patchset: 6825 CVS date: 2004/07/20 16:39:37
Diffstat (limited to 'src/post/deinterlace')
-rw-r--r--src/post/deinterlace/pulldown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/deinterlace/pulldown.c b/src/post/deinterlace/pulldown.c
index fc166ae99..feaefecaf 100644
--- a/src/post/deinterlace/pulldown.c
+++ b/src/post/deinterlace/pulldown.c
@@ -151,6 +151,7 @@ static int bothistory_diff[ 5 ];
static int histpos = 0;
+#if 0 /* FIXME: unused */
static void fill_history( int tff )
{
if( tff ) {
@@ -181,6 +182,7 @@ static void fill_history( int tff )
histpos = 0;
}
+#endif
int determine_pulldown_offset_history( int top_repeat, int bot_repeat, int tff, int *realbest )