add EC method to freeze sequence when resolution changed and decoding IDR error

This commit is contained in:
huili2
2014-11-13 19:26:10 -08:00
parent aed7b2316c
commit 0d16fd61b2
7 changed files with 33 additions and 6 deletions

View File

@@ -221,6 +221,10 @@ bool bHaveGotMemory; // global memory for decoder context related ever reques
int32_t iImgWidthInPixel; // width of image in pixel reconstruction picture to be output
int32_t iImgHeightInPixel;// height of image in pixel reconstruction picture to be output
int32_t iLastImgWidthInPixel; // width of image in last successful pixel reconstruction picture to be output
int32_t iLastImgHeightInPixel;// height of image in last successful pixel reconstruction picture to be output
bool bFreezeOutput;
// Derived common elements
SNalUnitHeader sCurNalHead;