Commit 6be419aa authored by kabi's avatar kabi

* cosmetic doc fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1674 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7b7221b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment