[vlc-devel] [PATCH] added support for "quicktime reference" file. ticket - https://trac.videolan.org/vlc/ticket/3073

Rémi Denis-Courmont remi at remlab.net
Mon Sep 18 17:07:59 CEST 2017


Le sunnuntaina 17. syyskuuta 2017, 12.21.54 EEST Rajneesh Soni a écrit :
> added support for "quicktime reference" file.
> 
> ticket - https://trac.videolan.org/vlc/ticket/3073
> 
> QuickTime reference movie allow the MDAT data to be located separately then
> the MOOV (header data), This separatation allow fast editing of the file.
> DREF atom contains the location of the media data.This location can be
> local file or a http/https location.Quicktime player 7 is able to play such
> file but VLC fails to play.
> 
> This commit parse the dref atom and if the track data are in located
> separately, it will launch a new stream to fetch the track data.

Nack. demux_t.s is read-only for the demuxer plugin.

Also this patch looks like it introduces potentially infinite recursion on the 
call stack.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list