comparison mpegvideo.h @ 297:a1234c032636 libavcodec

force frame type for 2-pass encoding
author michaelni
date Thu, 28 Mar 2002 22:50:22 +0000
parents 944632089814
children 764aeec1320e
comparison
equal deleted inserted replaced
296:c1a8a1b4a24b 297:a1234c032636
64 int qmin; /* min qscale */ 64 int qmin; /* min qscale */
65 int qmax; /* max qscale */ 65 int qmax; /* max qscale */
66 int max_qdiff; /* max qscale difference between frames */ 66 int max_qdiff; /* max qscale difference between frames */
67 int encoding; /* true if we are encoding (vs decoding) */ 67 int encoding; /* true if we are encoding (vs decoding) */
68 int flags; /* AVCodecContext.flags (HQ, MV4, ...) */ 68 int flags; /* AVCodecContext.flags (HQ, MV4, ...) */
69 int force_type; /* 0= no force, otherwise I_TYPE, P_TYPE, ... */
69 /* the following fields are managed internally by the encoder */ 70 /* the following fields are managed internally by the encoder */
70 71
71 /* bit output */ 72 /* bit output */
72 PutBitContext pb; 73 PutBitContext pb;
73 74