Change #260087
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Fri 06 Mar 2026 20:02:42 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0ddece40c558c0e84395fb5ef805dc9b018ebf81 |
Comments
avcodec/x86/vvc/alf: Simplify vb_pos comparisons The value of vb_pos at vb_bottom, vb_above is known at compile-time, so one can avoid the modifications to vb_pos and just compare against immediates. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/vvc/alf.asm