diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-18 08:22:38 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-28 06:59:56 +0100 |
commit | d6c16c5217a8d2cbb754d44bf1206479fe5f906d (patch) | |
tree | 946f55d18b071811eecdfa7e9eafba5d241fb411 /fftools | |
parent | f5e74e8d484af23e760e1d4ce292b3a983e0b181 (diff) | |
download | ffmpeg-d6c16c5217a8d2cbb754d44bf1206479fe5f906d.tar.gz |
avcodec/mobiclip: Rewrite code to make it clearer
In order to know that the earlier code did not use uninitialized
values one needs to know that the lowest four bits of each used
value of pframe_block4x4_coefficients_tab do not vanish identically.
E.g. Coverity did not get this and warned about it in ticket #1466632.
Fix this by slightly rewriting the code.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools')
0 files changed, 0 insertions, 0 deletions