modify dec API from void to explicit type, and some comments

This commit is contained in:
huili2
2014-05-21 17:54:17 -07:00
parent 032d199961
commit 5482207823
6 changed files with 19 additions and 19 deletions

View File

@@ -109,7 +109,7 @@ class ISVCDecoder {
*/
virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* pSrc,
const int iSrcLen,
void** ppDst,
unsigned char** ppDst,
SBufferInfo* pDstInfo) = 0;
/*
@@ -174,7 +174,7 @@ DECODING_STATE (*DecodeFrame) (ISVCDecoder*, const unsigned char* pSrc,
DECODING_STATE (*DecodeFrame2) (ISVCDecoder*, const unsigned char* pSrc,
const int iSrcLen,
void** ppDst,
unsigned char** ppDst,
SBufferInfo* pDstInfo);
DECODING_STATE (*DecodeFrameEx) (ISVCDecoder*, const unsigned char* pSrc,