[svn] / branches / dev-api-4 / xvidcore / src / decoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/decoder.h

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

revision 203, Thu Jun 13 21:53:08 2002 UTC revision 271, Tue Jul 9 01:09:33 2002 UTC
# Line 33  Line 33 
33   *   *
34   *  - 13.06.2002 Added legal header - Cosmetic   *  - 13.06.2002 Added legal header - Cosmetic
35   *   *
36   *  $Id: decoder.h,v 1.7 2002-06-13 21:53:08 edgomez Exp $   *  $Id: decoder.h,v 1.8 2002-07-09 01:09:33 chenm001 Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
# Line 106  Line 106 
106  void init_decoder(uint32_t cpu_flags);  void init_decoder(uint32_t cpu_flags);
107    
108  int decoder_create(XVID_DEC_PARAM * param);  int decoder_create(XVID_DEC_PARAM * param);
109    //NIC
110    int IM1_decoder_create(XVID_DEC_PARAM * param,XVID_DEC_FRAME * frame);
111    //ND NIC
112  int decoder_destroy(DECODER * dec);  int decoder_destroy(DECODER * dec);
113  int decoder_decode(DECODER * dec,  int decoder_decode(DECODER * dec,
114                                     XVID_DEC_FRAME * frame);                                     XVID_DEC_FRAME * frame);

Legend:
Removed from v.203  
changed lines
  Added in v.271

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