Change #266110
| Category | ffmpeg |
| Changed by | Kacper Michajłow <kasper93@gmail.com> |
| Changed at | Sat 02 May 2026 01:58:40 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | d768bd564ee66a57d1ebd828d05fa1347ca94f12 |
Comments
avformat/hls: avoid casting callback functions type Technically it's is UB to call function of different type. Fixes: src/libavformat/utils.c:531:9: runtime error: call to function handle_variant_args through pointer to incorrect function type 'void (*)(void *, const char *, int, char **, int *)' src/libavformat/hls.c:379: note: handle_variant_args defined here Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Changed files
- libavformat/hls.c