[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.4, Fri May 3 00:45:10 2002 UTC revision 1.5, Thu May 9 00:15:51 2002 UTC
# Line 32  Line 32 
32          IMAGE cur;          IMAGE cur;
33          IMAGE refn[3];  // 0   -- last I or P VOP          IMAGE refn[3];  // 0   -- last I or P VOP
34                                          // 1   -- first I or P                                          // 1   -- first I or P
35                                          // 2,3 -- for interpolate mode B-frame                                          // 2   -- for interpolate mode B-frame
36          IMAGE refh;          IMAGE refh;
37          IMAGE refv;          IMAGE refv;
38          IMAGE refhv;          IMAGE refhv;
# Line 54  Line 54 
54          int64_t         last_non_b_time;          int64_t         last_non_b_time;
55          uint32_t        time_pp;          uint32_t        time_pp;
56          uint32_t        time_bp;          uint32_t        time_bp;
57            uint8_t         low_delay;              // low_delay flage (1 means no B_VOP)
58  } DECODER;  } DECODER;
59    
60  void init_decoder(uint32_t cpu_flags);  void init_decoder(uint32_t cpu_flags);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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