From 47fc8f2683946c7ba29a300c4528e66349adf704 Mon Sep 17 00:00:00 2001 From: Adrian Grange Date: Tue, 28 Sep 2010 16:52:19 +0100 Subject: [PATCH] Enabled AltRef motion map creation Enabled the first-pass encode to output the map of macroblock coding modes required by the AltRef filter. --- vp8/encoder/firstpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp8/encoder/firstpass.c b/vp8/encoder/firstpass.c index 684ad9b12..0a6e8c50e 100644 --- a/vp8/encoder/firstpass.c +++ b/vp8/encoder/firstpass.c @@ -30,7 +30,7 @@ #include "encodemv.h" //#define OUTPUT_FPF 1 -//#define FIRSTPASS_MM 1 +#define FIRSTPASS_MM 1 #if CONFIG_RUNTIME_CPU_DETECT #define IF_RTCD(x) (x) -- 2.40.0