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

Diff of /trunk/xvidcore/src/decoder.h

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 133, Tue Apr 23 00:05:31 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.3  
changed lines
  Added in v.133

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