mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
avcodec/dnxhddata: Fix inconsistent table entry
Fixes segfault Fixes Ticket4809 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
832b4a4a43
commit
3322f0d415
@ -1103,7 +1103,7 @@ const CIDEntry ff_dnxhd_cid_table[] = {
|
||||
dnxhd_1237_ac_flags,
|
||||
dnxhd_1237_run_codes, dnxhd_1237_run_bits, dnxhd_1237_run,
|
||||
{ 63, 84, 100, 110 } },
|
||||
{ 1260, 1440, 1080, 1, 417792, 417792, 4, 8, 3,
|
||||
{ 1260, 1440, 1080, 1, 835584, 417792, 4, 8, 3,
|
||||
dnxhd_1260_luma_weight, dnxhd_1260_chroma_weight,
|
||||
dnxhd_1237_dc_codes, dnxhd_1237_dc_bits,
|
||||
dnxhd_1237_ac_codes, dnxhd_1237_ac_bits, dnxhd_1237_ac_level,
|
||||
|
Loading…
Reference in New Issue
Block a user