diff avcodec.h @ 1950:a3c60fa850dc libavcodec

motion estimation cleanup replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be about 0.5 % speedup with default parameters
author michael
date Thu, 22 Apr 2004 03:31:29 +0000
parents 32f68745c431
children 19c2344e800a
line wrap: on
line diff
--- a/avcodec.h	Tue Apr 20 17:05:12 2004 +0000
+++ b/avcodec.h	Thu Apr 22 03:31:29 2004 +0000
@@ -1575,7 +1575,7 @@
      * - encoding: set by user
      * - decoding: set by user
      */
-    void *me_threshold;
+     int me_threshold;
 } AVCodecContext;