ref: ae2326c1f3384094ad5cca6a7ab240414a4630db
parent: 67e41d9fd50f18771f17da2bb03bf2270ac76752
parent: 34b994f6387b05b12702aa7d78321fae8e1210c3
author: huili2 <huili2@cisco.com>
date: Wed Jun 3 13:10:58 EDT 2020
Merge pull request #3291 from tp-m/fix-non-ascii-characters-in-source-code Fix MSVC compiler warnings about non-ASCII characters in the source
--- a/codec/decoder/core/inc/wels_common_basis.h
+++ b/codec/decoder/core/inc/wels_common_basis.h
@@ -275,7 +275,7 @@
{ MB_TYPE_8x8 | MB_TYPE_P0L0 | MB_TYPE_P0L1 | MB_TYPE_P1L0 | MB_TYPE_P1L1, 4, 4 } //B_8x8
};
-//Table 7.17 � Sub-macroblock types in B macroblocks.
+//Table 7.17 Sub-macroblock types in B macroblocks.
static const SPartMbInfo g_ksInterPSubMbTypeInfo[4] = {
{SUB_MB_TYPE_8x8, 1, 2},
{SUB_MB_TYPE_8x4, 2, 2},
@@ -283,7 +283,7 @@
{SUB_MB_TYPE_4x4, 4, 1},
};
-//Table 7.18 � Sub-macroblock types in B macroblocks.
+//Table 7.18 Sub-macroblock types in B macroblocks.
static const SPartMbInfo g_ksInterBSubMbTypeInfo[] = {
{ MB_TYPE_DIRECT, 1, 2 }, //B_Direct_8x8
{ SUB_MB_TYPE_8x8 | MB_TYPE_P0L0, 1, 2 }, //B_L0_8x8