[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.1, Fri Mar 8 02:44:29 2002 UTC revision 1.3, Tue Apr 23 00:04:03 2002 UTC
# Line 18  Line 18 
18          uint32_t quant_type;          uint32_t quant_type;
19          uint32_t quarterpel;          uint32_t quarterpel;
20    
21            uint32_t interlacing;
22            uint32_t top_field_first;
23            uint32_t alternate_vertical_scan;
24    
25          // image          // image
26    
27          uint32_t width;          uint32_t width;
# Line 26  Line 30 
30          uint32_t edged_height;          uint32_t edged_height;
31    
32          IMAGE cur;          IMAGE cur;
33          IMAGE refn;          IMAGE refn[2];
34          IMAGE refh;          IMAGE refh;
35          IMAGE refv;          IMAGE refv;
36          IMAGE refhv;          IMAGE refhv;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

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