comparison mpegvideo.h @ 2321:a9f79085b01d libavcodec

type fix
author michael
date Mon, 25 Oct 2004 15:27:56 +0000
parents c4e882a7c07c
children 5e5cf598a48b
comparison
equal deleted inserted replaced
2320:760e8105e766 2321:a9f79085b01d
261 /* the following codec id fields are deprecated in favor of codec_id */ 261 /* the following codec id fields are deprecated in favor of codec_id */
262 int h263_plus; ///< h263 plus headers 262 int h263_plus; ///< h263 plus headers
263 int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead) 263 int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead)
264 int h263_flv; ///< use flv h263 header 264 int h263_flv; ///< use flv h263 header
265 265
266 int codec_id; /* see CODEC_ID_xxx */ 266 enum CodecID codec_id; /* see CODEC_ID_xxx */
267 int fixed_qscale; ///< fixed qscale if non zero 267 int fixed_qscale; ///< fixed qscale if non zero
268 int encoding; ///< true if we are encoding (vs decoding) 268 int encoding; ///< true if we are encoding (vs decoding)
269 int flags; ///< AVCodecContext.flags (HQ, MV4, ...) 269 int flags; ///< AVCodecContext.flags (HQ, MV4, ...)
270 int flags2; ///< AVCodecContext.flags2 270 int flags2; ///< AVCodecContext.flags2
271 int max_b_frames; ///< max number of b-frames for encoding 271 int max_b_frames; ///< max number of b-frames for encoding