Change #260063
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Fri 06 Mar 2026 20:02:41 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | e7e19fcb1bd7c07af90d50c556e560c6a087cf45 |
Comments
avcodec/x86/vvc/of: Avoid unnecessary jumps For 8bpp width 8 content, an unnecessary jump was performed for every write: First to the end of the SAVE_8BPC macro, then to the end of the SAVE macro. This commit changes this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/vvc/of.asm