Change #271645
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Thu 18 Jun 2026 16:05:30 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ea9c361a7b8720604a63b06606e0026617eb764b |
Comments
avcodec/snow: Don't override fpel hdsp function The functions do the same, yet the dedicated functions from hpeldsp are more optimized. (Notice that the motion estimation code only uses aligned scratchpad buffers as destination when using hdsp functions, so Snow-specific functions with relaxed alignment like for the me-cmp API are not necessary.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/snow.c