]> git.sesse.net Git - nageru/commitdiff
Change history length to 5, as Movit ends up using YADIF and not w3fdif.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Dec 2015 23:58:38 +0000 (00:58 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Dec 2015 23:58:38 +0000 (00:58 +0100)
defs.h

diff --git a/defs.h b/defs.h
index daef3607251319b985b74f8b7aba1eeab79b091e..9056c5957e0c566c4388ce28ec2c804e23707ce4 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -8,7 +8,7 @@
 #define MAX_CARDS 16
 
 // For deinterlacing. See also comments on Mixer::frame_history.
-#define FRAME_HISTORY_LENGTH 3
+#define FRAME_HISTORY_LENGTH 5
 
 #define AUDIO_OUTPUT_CODEC AV_CODEC_ID_PCM_S32LE
 #define AUDIO_OUTPUT_SAMPLE_FMT AV_SAMPLE_FMT_S32