comparison avcodec.h @ 3293:f1bcb9ae510b libavcodec

make zero motion vector threshold user setable
author michael
date Sun, 07 May 2006 11:48:07 +0000
parents 63f61b09dcee
children ceb221c4eca7
comparison
equal deleted inserted replaced
3292:1fd5fce70e66 3293:f1bcb9ae510b
1965 * multiplied by qscale for each frame and added to scene_change_score 1965 * multiplied by qscale for each frame and added to scene_change_score
1966 * - encoding: set by user. 1966 * - encoding: set by user.
1967 * - decoding: unused 1967 * - decoding: unused
1968 */ 1968 */
1969 int scenechange_factor; 1969 int scenechange_factor;
1970
1971 /**
1972 *
1973 * note: value depends upon the compare functin used for fullpel ME
1974 * - encoding: set by user.
1975 * - decoding: unused
1976 */
1977 int mv0_threshold;
1970 } AVCodecContext; 1978 } AVCodecContext;
1971 1979
1972 /** 1980 /**
1973 * AVCodec. 1981 * AVCodec.
1974 */ 1982 */