[svn] / trunk / vfw / src / xvid.h Repository:
ViewVC logotype

Diff of /trunk/vfw/src/xvid.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 102, Fri Apr 5 14:42:37 2002 UTC revision 121, Mon Apr 15 08:03:50 2002 UTC
# Line 144  Line 144 
144  {  {
145          int width, height;          int width, height;
146          int fincr, fbase;               // frame increment, fbase. each frame = "fincr/fbase" seconds          int fincr, fbase;               // frame increment, fbase. each frame = "fincr/fbase" seconds
147          int bitrate;                    // the bitrate of the target encoded stream, in bits/second          int rc_bitrate;                                 // the bitrate of the target encoded stream, in bits/second
148          int rc_buffersize;              // the rate control buffersize / max. allowed deviation          int rc_reaction_delay_factor;   // how fast the rate control reacts - lower values are faster
149            int rc_averaging_period;                // as above
150            int rc_buffer;                                  // as above
151          int max_quantizer;              // the upper limit of the quantizer          int max_quantizer;              // the upper limit of the quantizer
152          int min_quantizer;              // the lower limit of the quantizer          int min_quantizer;              // the lower limit of the quantizer
153          int max_key_interval;   // the maximum interval between key frames          int max_key_interval;   // the maximum interval between key frames

Legend:
Removed from v.102  
changed lines
  Added in v.121

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4