Change #272381
| Category | ffmpeg |
| Changed by | Kacper Michajłow <kasper93@gmail.com> |
| Changed at | Tue 23 Jun 2026 20:40:28 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 54f0296dfefd43858ad607a3e5499f5fce35cf92 |
Comments
avformat/hls: deduplicate playlists shared by multiple variants Master playlists can reference the same media playlist URI from several rendition group. new_playlist() allocated a separate playlist struct for each reference, this is unndeded work and we can fold duplicates into single probe. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Changed files
- libavformat/hls.c