summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-28 03:34:40 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-28 04:07:42 +0200
commit3322f0d4158fec271347d37f0b950ba3afceb02a (patch)
tree21dc84b4fa981c275e0bf8bb29808130eb7de576
parent832b4a4a438b73d720878d77aa3db46b08d79937 (diff)
avcodec/dnxhddata: Fix inconsistent table entry
Fixes segfault Fixes Ticket4809 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavcodec/dnxhddata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.c b/libavcodec/dnxhddata.c
index 85e382906c..9d2e4e888d 100644
--- a/libavcodec/dnxhddata.c
+++ b/libavcodec/dnxhddata.c
@@ -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,