summaryrefslogtreecommitdiffstats
path: root/common/ih264_common_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ih264_common_tables.c')
-rw-r--r--common/ih264_common_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ih264_common_tables.c b/common/ih264_common_tables.c
index c53c276..3a04a38 100644
--- a/common/ih264_common_tables.c
+++ b/common/ih264_common_tables.c
@@ -64,8 +64,8 @@
const level_tables_t gas_ih264_lvl_tbl[16] =
{
{ IH264_LEVEL_10, 1485, 99, 297, 64, 175, 64 },
- { IH264_LEVEL_11, 1485, 99, 297, 128, 350, 64 },
- { IH264_LEVEL_1B, 3000, 396, 675, 192, 500, 128 },
+ { IH264_LEVEL_1B, 1485, 99, 297, 128, 350, 64 },
+ { IH264_LEVEL_11, 3000, 396, 675, 192, 500, 128 },
{ IH264_LEVEL_12, 6000, 396, 1782, 384, 1000, 128 },
{ IH264_LEVEL_13, 11880, 396, 1782, 768, 2000, 128 },
{ IH264_LEVEL_20, 11880, 396, 1782, 2000, 2000, 128 },