mbox series

[FFmpeg-devel,0/1] Support multi-period dash manifests

Message ID 20241023165714.26360-1-lletourn49@gmail.com
Headers show
Series Support multi-period dash manifests | expand

Message

Louis Letourneau Oct. 23, 2024, 4:57 p.m. UTC
From: Louis Letourneau <lletourn49@gmail.com>

Current dash demuxer only uses the longest period in a MPEG-DASH manifest.
This patch allows the user to either use that mecanism (default) or
pick the period they want to work with.

Louis Letourneau (1):
  Added support to get specific periods from the mpeg-dash demuxer
    instead of just the longest one.

 libavformat/dashdec.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)