[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.8, Tue Jul 9 01:09:33 2002 UTC revision 1.10, Fri Jul 19 11:15:21 2002 UTC
# Line 96  Line 96 
96          uint32_t time_pp;          uint32_t time_pp;
97          uint32_t time_bp;          uint32_t time_bp;
98          uint8_t low_delay;                      // low_delay flage (1 means no B_VOP)          uint8_t low_delay;                      // low_delay flage (1 means no B_VOP)
99    
100            XVID_DEC_PICTURE* out_frm;                // This is used for slice rendering
101  }  }
102  DECODER;  DECODER;
103    
# Line 106  Line 108 
108  void init_decoder(uint32_t cpu_flags);  void init_decoder(uint32_t cpu_flags);
109    
110  int decoder_create(XVID_DEC_PARAM * param);  int decoder_create(XVID_DEC_PARAM * param);
 //NIC  
 int IM1_decoder_create(XVID_DEC_PARAM * param,XVID_DEC_FRAME * frame);  
 //ND NIC  
111  int decoder_destroy(DECODER * dec);  int decoder_destroy(DECODER * dec);
112  int decoder_decode(DECODER * dec,  int decoder_decode(DECODER * dec,
113                                     XVID_DEC_FRAME * frame);                                     XVID_DEC_FRAME * frame);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

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