[FFmpeg-devel] [PATCH] webm_dash_manifest_demuxer: Fix initialization range for files with cues at the front
Derek Buitenhuis
derek.buitenhuis at gmail.com
Sun Apr 23 16:08:18 EEST 2017
On 4/21/2017 4:40 PM, Derek Buitenhuis wrote:
> The WebM DASH spec states:
> The Initialization Segment shall not contain Clusters or Cues.
> The Segment Index corresponds to the Cues.
>
> Previously, it included the cues if they were at the front.
>
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
> libavformat/matroskadec.c | 13 ++++++++++---
> 1 file changed, 10 insertions(+), 3 deletions(-)
Ping.
- Derek
More information about the ffmpeg-devel
mailing list