Change #263996
| Category | ffmpeg |
| Changed by | James Almer <jamrial@gmail.com> |
| Changed at | Wed 08 Apr 2026 16:52:44 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 58752ffcddbc29145fb1e3c67414cd87b07c36f4 |
Comments
avfilter/af_whisper: don't set an AVOption accessible field to read only memory It should also not be set to an av_malloc'd one given it's not an exported option. Fixes issue #22741. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavfilter/af_whisper.c