mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ME default does not belong to the ME type enum.
Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e373b95b3
commit
bafc102b60
@ -332,7 +332,7 @@ enum SampleFormat {
|
||||
#define FF_MIN_BUFFER_SIZE 16384
|
||||
|
||||
/**
|
||||
* motion estimation type, EPZS by default
|
||||
* motion estimation type.
|
||||
*/
|
||||
enum Motion_Est_ID {
|
||||
ME_ZERO = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user