Change #264283
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 13 Apr 2026 12:51:34 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 4f30bd6fbaa1ce683114bf565dec8498d2f0bfcb |
Comments
tests/checkasm/llvidencdsp: Fix nonsense randomization The first loop was never entered due to a precedence problem; the second loop initialized everything, although it was not intended that way. This has been added in 56b8769a1c26dac8fe51319f0c2b94de67a64217. Sorry for this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- tests/checkasm/llvidencdsp.c