1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-27 03:41:49 +02:00
Originally committed as revision 3637 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-10-25 15:27:56 +00:00
parent ed2cea4290
commit 0f242af274

View File

@ -263,7 +263,7 @@ typedef struct MpegEncContext {
int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead)
int h263_flv; ///< use flv h263 header
int codec_id; /* see CODEC_ID_xxx */
enum CodecID codec_id; /* see CODEC_ID_xxx */
int fixed_qscale; ///< fixed qscale if non zero
int encoding; ///< true if we are encoding (vs decoding)
int flags; ///< AVCodecContext.flags (HQ, MV4, ...)