Change #264278
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 13 Apr 2026 12:46:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | fd77f00a8ff8f0558fef1bf7670c34b009414f2b |
Comments
avcodec/snow: Avoid always-true branch The input lines used in ff_snow_inner_add_yblock() must always be set (because their values are used). The MMX assembly always relied on this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/snow.c