Browse Source

type fix

Originally committed as revision 3637 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
0f242af274
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.h

+ 1
- 1
libavcodec/mpegvideo.h 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, ...)


Loading…
Cancel
Save