comparison mpegvideo.h @ 1641:0226cad80fc2 libavcodec

cleanup
author michael
date Sun, 30 Nov 2003 17:30:18 +0000
parents 3e2b774edce4
children 835cf346975e
comparison
equal deleted inserted replaced
1640:3bc71266e644 1641:0226cad80fc2
264 enum OutputFormat out_format; ///< output format 264 enum OutputFormat out_format; ///< output format
265 int h263_pred; ///< use mpeg4/h263 ac/dc predictions 265 int h263_pred; ///< use mpeg4/h263 ac/dc predictions
266 266
267 /* the following codec id fields are deprecated in favor of codec_id */ 267 /* the following codec id fields are deprecated in favor of codec_id */
268 int h263_plus; ///< h263 plus headers 268 int h263_plus; ///< h263 plus headers
269 int h263_rv10; ///< use RV10 variation for H263
270 int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead) 269 int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead)
271 int h263_intel; ///< use I263 intel h263 header 270 int h263_intel; ///< use I263 intel h263 header
272 int h263_flv; ///< use flv h263 header 271 int h263_flv; ///< use flv h263 header
273 272
274 int codec_id; /* see CODEC_ID_xxx */ 273 int codec_id; /* see CODEC_ID_xxx */