mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
* cosmetic doc fix
Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f99963b016
commit
59e0ac8ea5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user