From 1081336868849fa3ba8d94b4cf5fe47436036b70 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Wed, 20 Mar 2019 15:18:32 +0200 Subject: [PATCH] Updated intra pred mode init values --- src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.c b/src/context.c index ecf1699b..faf6aec6 100644 --- a/src/context.c +++ b/src/context.c @@ -108,7 +108,7 @@ static const uint8_t INIT_BT_SPLIT_FLAG[3][12] = { }; static const uint8_t INIT_INTRA_PRED_MODE[3] = { - 183, 154, 184 + 154, 154, 170 }; static const uint8_t INIT_INTRA_SUBPART_MODE[3][2] = {