comparison avcodec.h @ 1129:c54b6c2a62c7 libavcodec

* cosmetic doc fix
author kabi
date Wed, 12 Mar 2003 19:48:46 +0000
parents 7bde81d2f2c5
children 7fb0b38ab5a3
comparison
equal deleted inserted replaced
1128:300961b1ef4f 1129:c54b6c2a62c7
1020 #define FF_DTG_AFD_14_9 11 1020 #define FF_DTG_AFD_14_9 11
1021 #define FF_DTG_AFD_4_3_SP_14_9 13 1021 #define FF_DTG_AFD_4_3_SP_14_9 13
1022 #define FF_DTG_AFD_16_9_SP_14_9 14 1022 #define FF_DTG_AFD_16_9_SP_14_9 14
1023 #define FF_DTG_AFD_SP_4_3 15 1023 #define FF_DTG_AFD_SP_4_3 15
1024 1024
1025 int me_range;
1026 /** 1025 /**
1027 * Maximum motion estimation search range in subpel units. 1026 * Maximum motion estimation search range in subpel units.
1028 * if 0 then no limit 1027 * if 0 then no limit
1029 * 1028 *
1030 * - encoding: set by user. 1029 * - encoding: set by user.
1031 * - decoding: unused. 1030 * - decoding: unused.
1032 */ 1031 */
1032 int me_range;
1033 1033
1034 } AVCodecContext; 1034 } AVCodecContext;
1035 1035
1036 1036
1037 /** 1037 /**