]> git.sesse.net Git - ffmpeg/commitdiff
* cosmetic doc fix
authorZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 12 Mar 2003 19:48:46 +0000 (19:48 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 12 Mar 2003 19:48:46 +0000 (19:48 +0000)
Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 3e76d9a541e59b358fcd194185c2696f4c9427dd..93907072adaa5ff4e8c4bd66e5c71aedb7d1d66d 100644 (file)
@@ -1022,7 +1022,6 @@ typedef struct AVCodecContext {
 #define FF_DTG_AFD_16_9_SP_14_9 14
 #define FF_DTG_AFD_SP_4_3       15
 
-    int me_range;
     /**
      * Maximum motion estimation search range in subpel units.
      * if 0 then no limit
@@ -1030,6 +1029,7 @@ typedef struct AVCodecContext {
      * - encoding: set by user.
      * - decoding: unused.
      */
+    int me_range;
 
 } AVCodecContext;