remove unnecessary flush buffer in encoder

This commit is contained in:
huili2
2014-06-17 02:40:28 -07:00
parent 91cd93e5d0
commit 971ccccab4
4 changed files with 0 additions and 11 deletions

View File

@@ -193,7 +193,6 @@ int32_t WelsWriteSVCPrefixNal (SBitStringAux* pBitStringAux, const int32_t kiNal
BsWriteOneBit (pBitStringAux, false/*bStoreRefBasePicFlag*/);
BsWriteOneBit (pBitStringAux, false);
BsRbspTrailingBits (pBitStringAux);
BsFlush (pBitStringAux);
}
return 0;
}