Merge "Fix decimation_count in drop_frame"

This commit is contained in:
Yunqing Wang 2012-06-29 10:57:39 -07:00 коммит произвёл Gerrit Code Review
Родитель 31fd98d724 53d92e61cc
Коммит e2c5e78ad9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3454,6 +3454,8 @@ static void encode_frame_to_data_rate
else
cpi->decimation_count = cpi->decimation_factor;
}
else
cpi->decimation_count = 0;
/* Decide how big to make the frame */
if (!vp8_pick_frame_size(cpi))