Force reset decoder when out of memory error

This commit is contained in:
Haibo Zhu
2015-08-25 01:05:47 -07:00
parent ab4e0df75a
commit 27a9af0b09
4 changed files with 16 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ welsCodecTrace* m_pWelsTrace;
int32_t InitDecoder (const bool);
void UninitDecoder (void);
int32_t ResetDecoder();
#ifdef OUTPUT_BIT_STREAM
WelsFileHandle* m_pFBS;