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

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

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

revision 94, Sat Mar 30 23:53:58 2002 UTC revision 102, Fri Apr 5 14:42:37 2002 UTC
# Line 91  Line 91 
91    
92  typedef struct  typedef struct
93  {  {
94            HANDLE hints;
95          HANDLE stats1;          HANDLE stats1;
96          HANDLE stats2;          HANDLE stats2;
97    
98            void * hintstream;
99    
100          int bytes1;          int bytes1;
101          int bytes2;          int bytes2;
102          int desired_bytes2;          int desired_bytes2;
# Line 155  Line 158 
158  LRESULT decompress_end(CODEC *);  LRESULT decompress_end(CODEC *);
159  LRESULT decompress(CODEC *, ICDECOMPRESS *);  LRESULT decompress(CODEC *, ICDECOMPRESS *);
160    
 int codec_2pass_init(CODEC *);  
161  int codec_get_quant(CODEC *, XVID_ENC_FRAME *);  int codec_get_quant(CODEC *, XVID_ENC_FRAME *);
 int codec_2pass_get_quant(CODEC *, XVID_ENC_FRAME *);  
 int codec_2pass_update(CODEC *, XVID_ENC_FRAME *, XVID_ENC_STATS *);  
162  int codec_is_in_credits(CONFIG *, int);  int codec_is_in_credits(CONFIG *, int);
163  int codec_get_vbr_quant(CONFIG *, int);  int codec_get_vbr_quant(CONFIG *, int);
164    

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

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