[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.15, Mon Mar 22 22:36:23 2004 UTC revision 1.17, Mon May 31 21:36: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 159  Line 159 
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 */          int * qscale;                           /* quantization table for decoder's stats */
162    
163            /* Tells if the reference image is edged or not */
164            int is_edged[2];
165  }  }
166  DECODER;  DECODER;
167    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

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