summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 19:48:46 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 19:48:46 +0000
commit59e0ac8ea5c73d8bc55e17e046de3510da916242 (patch)
tree9ff479bc6c8bd2ff09e23cae65ba117078df35cc /libavcodec/avcodec.h
parentf99963b0164b3d8a9a04743a0bc751f53ee7aea9 (diff)
* cosmetic doc fix
Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3e76d9a541..93907072ad 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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;