Enabled AltRef motion map creation

Enabled the first-pass encode to output the
map of macroblock coding modes required by
the AltRef filter.
This commit is contained in:
Adrian Grange 2010-09-28 16:52:19 +01:00
parent 0090328164
commit 47fc8f2683

View File

@ -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)