1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavcodec
George Boyle 2469ed32c8 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>
2015-06-16 12:55:20 +02:00
..
2015-03-10 23:33:57 +01:00
2015-04-18 14:13:59 -03:00
2015-04-20 04:11:23 +02:00
2015-06-04 22:37:01 +02:00
2015-06-04 23:10:56 +02:00
2015-04-22 17:45:51 +02:00
2015-06-14 15:09:33 +02:00
2015-06-14 15:09:33 +02:00
2015-04-29 20:13:59 +02:00
2015-04-18 14:14:24 -03:00
2015-04-18 14:14:11 -03:00
2015-05-06 17:50:09 +02:00
2015-05-28 16:10:56 +02:00
2015-03-14 14:05:25 +01:00
2015-06-06 16:02:19 +00:00
2015-05-28 01:01:16 +02:00
2015-04-28 00:04:58 +02:00
2015-06-08 19:11:27 +02:00
2015-05-31 15:03:31 +02:00
2015-05-25 16:08:08 +02:00
2015-05-07 07:19:52 -04:00
2015-06-15 12:36:38 -07:00
2015-05-31 15:03:31 +02:00
2015-05-20 15:50:58 +02:00
2015-03-16 13:04:47 +01:00
2015-05-13 00:41:38 +02:00
2015-04-18 18:07:54 -03:00
2015-05-31 15:03:31 +02:00