aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorGeorge Boyle <george@thebuds.net>2015-06-16 08:25:01 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-06-19 10:10:43 +0200
commita9b600cf3995bc075090f4f1dbfbf772e21a4d5b (patch)
treef178202799b57428145b38245e76eb84b7e5b6d6 /libavfilter
parentc3c8365dbd3b677207998e5120f7b78850e3532c (diff)
downloadffmpeg-a9b600cf3995bc075090f4f1dbfbf772e21a4d5b.tar.gz
avcodec/flacenc: Fix Invalid Rice order
Fixes ticket #4628. The problem arose, in the sample file at least, in the last block where the minimum and maximum Rice partition orders were both 0. In that case, and any other where pmax == pmin, the original UINT32_MAX placeholder value for bits[opt_porder] was getting overwritten before the comparison to check if the current partition order is a new optimal, so the correct partition order and RiceContext params were not being set. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2469ed32c81ebf2347e6883091c566724b286167)
Diffstat (limited to 'libavfilter')
0 files changed, 0 insertions, 0 deletions