comparison avcodec.h @ 6038:afbdd9fe32c5 libavcodec

ME default does not belong to the ME type enum.
author michael
date Mon, 17 Dec 2007 19:26:11 +0000
parents e0e55a5a74c0
children b4d22e42528c
comparison
equal deleted inserted replaced
6037:e0e55a5a74c0 6038:afbdd9fe32c5
330 * Used to avoid some checks during header writing. 330 * Used to avoid some checks during header writing.
331 */ 331 */
332 #define FF_MIN_BUFFER_SIZE 16384 332 #define FF_MIN_BUFFER_SIZE 16384
333 333
334 /** 334 /**
335 * motion estimation type, EPZS by default 335 * motion estimation type.
336 */ 336 */
337 enum Motion_Est_ID { 337 enum Motion_Est_ID {
338 ME_ZERO = 1, 338 ME_ZERO = 1,
339 ME_FULL, 339 ME_FULL,
340 ME_LOG, 340 ME_LOG,