diff mpeg12.c @ 936:caa77cd960c0 libavcodec

qpel encoding 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS
author michaelni
date Fri, 27 Dec 2002 23:51:46 +0000
parents 8254eac24488
children 9be53be2d1a9
line wrap: on
line diff
--- a/mpeg12.c	Sun Dec 22 22:34:42 2002 +0000
+++ b/mpeg12.c	Fri Dec 27 23:51:46 2002 +0000
@@ -526,7 +526,7 @@
             }
         }
     }
-    s->mv_penalty= mv_penalty;
+    s->me.mv_penalty= mv_penalty;
     s->fcode_tab= fcode_tab;
     s->min_qcoeff=-255;
     s->max_qcoeff= 255;