remove CS and RS syntaxs for issue 373

This commit is contained in:
Licai Guo
2014-03-05 22:59:27 -08:00
parent 8beb3c8c09
commit 4260a9b2ba
5 changed files with 10 additions and 103 deletions

View File

@@ -61,8 +61,6 @@ typedef struct TagLayerInfo {
struct TagDqLayer {
SLayerInfo sLayerInfo;
uint8_t* pCsData[3]; // pointer to reconstructed picture data
int32_t iCsStride[3]; // Cs stride
PBitStringAux pBitStringAux; // pointer to SBitStringAux
PFmo pFmo; // Current fmo context pointer used
int8_t* pMbType;