[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.5, Thu May 9 00:15:51 2002 UTC revision 1.6, Wed Jun 12 20:38:39 2002 UTC
# Line 55  Line 55 
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)          uint8_t         low_delay;              // low_delay flage (1 means no B_VOP)
58  } DECODER;  }
59    DECODER;
60    
61  void init_decoder(uint32_t cpu_flags);  void init_decoder(uint32_t cpu_flags);
62    
63  int decoder_create(XVID_DEC_PARAM * param);  int decoder_create(XVID_DEC_PARAM * param);
64  int decoder_destroy(DECODER * dec);  int decoder_destroy(DECODER * dec);
65  int decoder_decode(DECODER * dec, XVID_DEC_FRAME * frame);  int decoder_decode(DECODER * dec,
66                                       XVID_DEC_FRAME * frame);
67    
68    
69  #endif /* _DECODER_H_ */  #endif /* _DECODER_H_ */

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

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