summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-03-28 22:50:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-03-28 22:50:22 +0000
commit4d69fbc99ef807e278165c9ad09b6a38c2a20de4 (patch)
tree5ee2433fd8a323297205de4c538ea871c7597de4 /libavcodec/avcodec.h
parent649c00c96d7044aed46d70623e47d7434318e6b9 (diff)
force frame type for 2-pass encoding
Originally committed as revision 365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index df6a7cfab7..6b60473466 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -120,6 +120,8 @@ typedef struct AVCodecContext {
int qmin; /* min qscale */
int qmax; /* max qscale */
int max_qdiff; /* max qscale difference between frames */
+
+ int force_type; /* 0= no force, otherwise I_TYPE, P_TYPE, ... */
struct AVCodec *codec;
void *priv_data;