diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Thu Mar 28 13:41:04 2002 +0000
+++ b/mpegvideo.h	Thu Mar 28 22:50:22 2002 +0000
@@ -66,6 +66,7 @@
     int max_qdiff;    /* max qscale difference between frames */
     int encoding;     /* true if we are encoding (vs decoding) */
     int flags;        /* AVCodecContext.flags (HQ, MV4, ...) */
+    int force_type;   /* 0= no force, otherwise I_TYPE, P_TYPE, ... */
     /* the following fields are managed internally by the encoder */
 
     /* bit output */