You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid table
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
495cb44172
commit
40b4468f62
@@ -1001,14 +1001,14 @@ const CIDEntry ff_dnxhd_cid_table[] = {
|
|||||||
dnxhd_1251_ac_codes, dnxhd_1251_ac_bits, dnxhd_1251_ac_level,
|
dnxhd_1251_ac_codes, dnxhd_1251_ac_bits, dnxhd_1251_ac_level,
|
||||||
dnxhd_1251_ac_flags,
|
dnxhd_1251_ac_flags,
|
||||||
dnxhd_1251_run_codes, dnxhd_1251_run_bits, dnxhd_1251_run,
|
dnxhd_1251_run_codes, dnxhd_1251_run_bits, dnxhd_1251_run,
|
||||||
{ 90, 110, 175, 220 } },
|
{ 90, 110, 180, 220 } },
|
||||||
{ 1252, 1280, 720, 0, 303104, 303104, 4, 8, 5,
|
{ 1252, 1280, 720, 0, 303104, 303104, 4, 8, 5,
|
||||||
dnxhd_1252_luma_weight, dnxhd_1252_chroma_weight,
|
dnxhd_1252_luma_weight, dnxhd_1252_chroma_weight,
|
||||||
dnxhd_1252_dc_codes, dnxhd_1252_dc_bits,
|
dnxhd_1252_dc_codes, dnxhd_1252_dc_bits,
|
||||||
dnxhd_1252_ac_codes, dnxhd_1252_ac_bits, dnxhd_1252_ac_level,
|
dnxhd_1252_ac_codes, dnxhd_1252_ac_bits, dnxhd_1252_ac_level,
|
||||||
dnxhd_1252_ac_flags,
|
dnxhd_1252_ac_flags,
|
||||||
dnxhd_1251_run_codes, dnxhd_1251_run_bits, dnxhd_1251_run,
|
dnxhd_1251_run_codes, dnxhd_1251_run_bits, dnxhd_1251_run,
|
||||||
{ 60, 75, 115, 145 } },
|
{ 60, 75, 120, 145 } },
|
||||||
{ 1253, 1920, 1080, 0, 188416, 188416, 4, 8, 3,
|
{ 1253, 1920, 1080, 0, 188416, 188416, 4, 8, 3,
|
||||||
dnxhd_1237_luma_weight, dnxhd_1237_chroma_weight,
|
dnxhd_1237_luma_weight, dnxhd_1237_chroma_weight,
|
||||||
dnxhd_1237_dc_codes, dnxhd_1237_dc_bits,
|
dnxhd_1237_dc_codes, dnxhd_1237_dc_bits,
|
||||||
|
Reference in New Issue
Block a user