Change #276707
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Sat 01 Aug 2026 16:50:06 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 933b195bcb2cf1cd8e2c7ba0967452074f01e77d |
Comments
avcodec/vc1dsp: Avoid negating unnecessarily Due to the earlier "if (a1 < a0 || a2 < a0)" check it is guaranteed that min(a1,a2) is < a0, allowing simplifications. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/vc1dsp.c