comparison avcodec.h @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents ddbb45888e46
children 573f52f011c0
comparison
equal deleted inserted replaced
7830:3da762190370 7831:8195c970d077
1134 * - decoding: unused 1134 * - decoding: unused
1135 */ 1135 */
1136 float b_quant_offset; 1136 float b_quant_offset;
1137 1137
1138 /** 1138 /**
1139 * Error resilience; higher values will detect more errors but may 1139 * Error recognization; higher values will detect more errors but may
1140 * misdetect some more or less valid parts as errors. 1140 * misdetect some more or less valid parts as errors.
1141 * - encoding: unused 1141 * - encoding: unused
1142 * - decoding: Set by user. 1142 * - decoding: Set by user.
1143 */ 1143 */
1144 int error_resilience; 1144 int error_recognition;
1145 #define FF_ER_CAREFUL 1 1145 #define FF_ER_CAREFUL 1
1146 #define FF_ER_COMPLIANT 2 1146 #define FF_ER_COMPLIANT 2
1147 #define FF_ER_AGGRESSIVE 3 1147 #define FF_ER_AGGRESSIVE 3
1148 #define FF_ER_VERY_AGGRESSIVE 4 1148 #define FF_ER_VERY_AGGRESSIVE 4
1149 1149