[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.h

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

revision 1.11, Thu Jun 20 14:05:57 2002 UTC revision 1.18.2.1, Sat Sep 28 13:01:15 2002 UTC
# Line 92  Line 92 
92          uint32_t fincr;          uint32_t fincr;
93          uint32_t fbase;          uint32_t fbase;
94    
95    #ifdef _SMP
96            int num_threads;
97    #endif
98    
99  #ifdef BFRAMES  #ifdef BFRAMES
100          int max_bframes;          int max_bframes;
101  #endif  #endif
# Line 108  Line 112 
112    
113          HINTINFO *hint;          HINTINFO *hint;
114    
115  #ifdef BFRAMES          int64_t m_stamp;
         uint32_t m_seconds;  
         uint32_t m_ticks;  
 #endif  
   
116  }  }
117  MBParam;  MBParam;
118    
# Line 128  Line 128 
128          uint32_t fcode;          uint32_t fcode;
129          uint32_t bcode;          uint32_t bcode;
130    
 #ifdef BFRAMES  
131          uint32_t seconds;          uint32_t seconds;
132          uint32_t ticks;          uint32_t ticks;
133  #endif          uint64_t stamp;
134    
135          IMAGE image;          IMAGE image;
136    
# Line 178  Line 177 
177    
178  #ifdef BFRAMES  #ifdef BFRAMES
179          /* constants */          /* constants */
180          int packed;          int global;
181          int bquant_ratio;          int bquant_ratio;
182            int frame_drop_ratio;
183    
184          /* image queue */          /* image queue */
185          int queue_head;          int queue_head;
# Line 196  Line 196 
196          IMAGE f_refh;          IMAGE f_refh;
197          IMAGE f_refv;          IMAGE f_refv;
198          IMAGE f_refhv;          IMAGE f_refhv;
199            int bframenum_dx50bvop;
200    
201            int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
202  #endif  #endif
203    
204          Statistics sStat;          Statistics sStat;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.18.2.1

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