Change #272434
| Category | ffmpeg |
| Changed by | Kacper Michajłow <kasper93@gmail.com> |
| Changed at | Wed 24 Jun 2026 04:04:02 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | dc953a19e6bf6b3feb765ecfbffc654aefa4e8f1 |
Comments
avformat/hlsenc: initialize avg_bandwidth Fixes use of uninitialized value and dumping it into AVERAGE-BANDWIDTH in playlist. Note this will be correctly set when we are at final segment, otherwise it's optional. Fixes: fate-hls-seek test on MSAN build Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Changed files
- libavformat/hlsenc.c