comparison avcodec.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 e20de99b6295
comparison
equal deleted inserted replaced
296:c1a8a1b4a24b 297:a1234c032636
118 float qcompress; /* amount of qscale change between easy & hard scenes (0.0-1.0)*/ 118 float qcompress; /* amount of qscale change between easy & hard scenes (0.0-1.0)*/
119 float qblur; /* amount of qscale smoothing over time (0.0-1.0) */ 119 float qblur; /* amount of qscale smoothing over time (0.0-1.0) */
120 int qmin; /* min qscale */ 120 int qmin; /* min qscale */
121 int qmax; /* max qscale */ 121 int qmax; /* max qscale */
122 int max_qdiff; /* max qscale difference between frames */ 122 int max_qdiff; /* max qscale difference between frames */
123
124 int force_type; /* 0= no force, otherwise I_TYPE, P_TYPE, ... */
123 125
124 struct AVCodec *codec; 126 struct AVCodec *codec;
125 void *priv_data; 127 void *priv_data;
126 128
127 /* The following data is for RTP friendly coding */ 129 /* The following data is for RTP friendly coding */