]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_codecview: Fix undefined left shifts of negative numbers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 26 Mar 2021 15:24:59 +0000 (16:24 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 1 Apr 2021 12:49:41 +0000 (14:49 +0200)
commit3c151e79991181c8b7b9f9b888ac46eba91c5012
treee9f8412bc72796bf9e1ffa864ec0e425c6d08b73
parenta86f3e983ec113689af48dd49ae043d85c8dc8bd
avfilter/vf_codecview: Fix undefined left shifts of negative numbers

Affected the filter-codecview-mvs FATE-test.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/vf_codecview.c