comparison avcodec.h @ 3335:97af1b315f59 libavcodec

Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 user-tunable.
author corey
date Sat, 03 Jun 2006 06:26:04 +0000
parents 726ab1038351
children 937f14bb0f23
comparison
equal deleted inserted replaced
3334:97d9937d4ce7 3335:97af1b315f59
1975 * note: value depends upon the compare functin used for fullpel ME 1975 * note: value depends upon the compare functin used for fullpel ME
1976 * - encoding: set by user. 1976 * - encoding: set by user.
1977 * - decoding: unused 1977 * - decoding: unused
1978 */ 1978 */
1979 int mv0_threshold; 1979 int mv0_threshold;
1980
1981 /**
1982 * adjusts sensitivity of b_frame_strategy 1
1983 * - encoding: set by user.
1984 * - decoding: unused
1985 */
1986 int b_sensitivity;
1980 } AVCodecContext; 1987 } AVCodecContext;
1981 1988
1982 /** 1989 /**
1983 * AVCodec. 1990 * AVCodec.
1984 */ 1991 */