comparison avcodec.h @ 1192:f1054743bc56 libavcodec

meanigfull dr1 comment
author michaelni
date Wed, 16 Apr 2003 19:57:57 +0000
parents 60bd91a6e218
children 2e06398e4647
comparison
equal deleted inserted replaced
1191:b894732030f9 1192:f1054743bc56
180 * Modified Quantization */ 180 * Modified Quantization */
181 /* /Fx */ 181 /* /Fx */
182 /* codec capabilities */ 182 /* codec capabilities */
183 183
184 #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< decoder can use draw_horiz_band callback 184 #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< decoder can use draw_horiz_band callback
185 #define CODEC_CAP_DR1 0x0002 ///< direct rendering method 1 185 /**
186 * Codec uses get_buffer() for allocating buffers.
187 * direct rendering method 1
188 */
189 #define CODEC_CAP_DR1 0x0002
186 /* if 'parse_only' field is true, then avcodec_parse_frame() can be 190 /* if 'parse_only' field is true, then avcodec_parse_frame() can be
187 used */ 191 used */
188 #define CODEC_CAP_PARSE_ONLY 0x0004 192 #define CODEC_CAP_PARSE_ONLY 0x0004
189 #define CODEC_CAP_TRUNCATED 0x0008 193 #define CODEC_CAP_TRUNCATED 0x0008
190 194