Fix the number of MVs for MPEG-2 encoding
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 3 Dec 2012 03:16:30 +0000 (11:16 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 14 Dec 2012 07:59:30 +0000 (15:59 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen75_vme.c

index fade9b8..1bbcc37 100644 (file)
@@ -349,7 +349,7 @@ static VAStatus gen75_vme_constant_setup(VADriverContextP ctx,
         } 
     } else if (encoder_context->profile == VAProfileMPEG2Simple ||
                encoder_context->profile == VAProfileMPEG2Main) {
-        mv_num = 4;
+        mv_num = 2;
     }
 
     vme_state_message[31] = mv_num;