[svn] / trunk / xvidcore / src / utils / ratecontrol.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/ratecontrol.h

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

revision 121, Mon Apr 15 08:03:50 2002 UTC revision 122, Mon Apr 15 08:04:06 2002 UTC
# Line 4  Line 4 
4  #include "../encoder.h"  #include "../encoder.h"
5  #include "../portab.h"  #include "../portab.h"
6    
7  void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor, int framerate,  void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor,
8                                           int max_quant, int min_quant);                                           uint32_t averaging_period, uint32_t buffer,
9                                             int framerate, int max_quant, int min_quant);
10    
11  int RateControlGetQ(int keyframe);  int RateControlGetQ(int keyframe);
12    

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

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