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

Diff of /xvidcore/src/decoder.h

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

revision 1.13.2.9, Sun Dec 21 19:41:58 2003 UTC revision 1.15.2.1, Mon May 31 21:26:23 2004 UTC
# Line 145  Line 145 
145          int64_t time_base;          int64_t time_base;
146          int64_t last_time_base;          int64_t last_time_base;
147          int64_t last_non_b_time;          int64_t last_non_b_time;
148          uint32_t time_pp;          int32_t time_pp;
149          uint32_t time_bp;          int32_t time_bp;
150          uint32_t low_delay;                     /* low_delay flage (1 means no B_VOP) */          uint32_t low_delay;                     /* low_delay flage (1 means no B_VOP) */
151          uint32_t low_delay_default;     /* default value for low_delay flag */          uint32_t low_delay_default;     /* default value for low_delay flag */
152    
# Line 157  Line 157 
157          NEW_GMC_DATA new_gmc_data;          NEW_GMC_DATA new_gmc_data;
158    
159          xvid_image_t* out_frm;                /* This is used for slice rendering */          xvid_image_t* out_frm;                /* This is used for slice rendering */
160    
161            int * qscale;                           /* quantization table for decoder's stats */
162  }  }
163  DECODER;  DECODER;
164    

Legend:
Removed from v.1.13.2.9  
changed lines
  Added in v.1.15.2.1

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