Clear segment counter at beginning

This fixes an encoder/decoder mismatch for aq-mode when configure with
--enable-misc-fixes.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=24

Change-Id: I96d77d6556930837adf8f3f21cfa4d80f2ddfd15
This commit is contained in:
Yaowu Xu 2016-07-08 10:04:24 -07:00
Родитель 30ed2ac204
Коммит 2e109d8bea
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -233,6 +233,7 @@ void av1_choose_segmap_coding_method(AV1_COMMON *cm, MACROBLOCKD *xd) {
#if CONFIG_MISC_FIXES
(void)xd;
av1_zero(cm->counts.seg);
#else
// Set default state for the segment tree probabilities and the
// temporal coding probabilities