diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-03-05 11:10:24 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-05 22:11:38 +0100 |
commit | 044c09c0a0b5e2d91d75619c1327e232a4914030 (patch) | |
tree | 33bc3404adaa44adcf4661205baed9696de929f4 /tests/ref | |
parent | 37480b1b85b0405563962b581dc2899b1b4bec59 (diff) | |
download | ffmpeg-044c09c0a0b5e2d91d75619c1327e232a4914030.tar.gz |
avcodec/dnxhdenc: retry increasing qscale to not overflow max_bits
Increase mb_bits type from uint16_t to uint32_t to fix possible overflows
in bit size calculations.
Update fate test that needs change.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/lavf/mxf_opatom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/mxf_opatom b/tests/ref/lavf/mxf_opatom index e34cf2559e..359422ce9a 100644 --- a/tests/ref/lavf/mxf_opatom +++ b/tests/ref/lavf/mxf_opatom @@ -1,3 +1,3 @@ -aab6397829bd90f0c77a3f9fde53bb9c *tests/data/lavf/lavf.mxf_opatom +b1e32792b835ac51b0b1d5dcb9497e4e *tests/data/lavf/lavf.mxf_opatom 4717625 tests/data/lavf/lavf.mxf_opatom -tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a +tests/data/lavf/lavf.mxf_opatom CRC=0xb13ba2f8 |