diff avcodec.h @ 3293:f1bcb9ae510b libavcodec

make zero motion vector threshold user setable
author michael
date Sun, 07 May 2006 11:48:07 +0000
parents 63f61b09dcee
children ceb221c4eca7
line wrap: on
line diff
--- a/avcodec.h	Sat May 06 10:57:38 2006 +0000
+++ b/avcodec.h	Sun May 07 11:48:07 2006 +0000
@@ -1967,6 +1967,14 @@
      * - decoding: unused
      */
     int scenechange_factor;
+
+    /**
+     *
+     * note: value depends upon the compare functin used for fullpel ME
+     * - encoding: set by user.
+     * - decoding: unused
+     */
+    int mv0_threshold;
 } AVCodecContext;
 
 /**