Merge pull request #1617 from ruil2/bits_update

fix a typo
This commit is contained in:
sijchen 2014-12-12 16:25:48 +08:00
commit cc1f3ade3a

View File

@ -160,7 +160,7 @@ void WelsCountMbType (int32_t (*iMbCount)[18], const EWelsSliceType keSt, const
++ iMbCount[keSt][Inter16x8];
break;
case MB_TYPE_8x16:
++ iMbCount[eSt][Inter8x16];
++ iMbCount[keSt][Inter8x16];
break;
case MB_TYPE_8x8:
++ iMbCount[keSt][Inter8x8];