[FFmpeg-devel] [PATCH v3] libavformat/mov: fix multiple stsd handling of files with edit list, fix #6584

Michael Niedermayer michael at niedermayer.cc
Fri Aug 18 03:16:05 EEST 2017


On Thu, Aug 17, 2017 at 12:59:11PM +0800, zhangjiejun1992 at gmail.com wrote:
> From: Jiejun Zhang <zhangjiejun1992 at gmail.com>
> 
> When an edit list exists in a MOV file, counting by stscs no longer
> works because stscs' order is different from the actual timeline. This
> commit adds stsd-change markers to the actual timeline and changes stsd
> according to these markers.
> ---
>  libavformat/isom.h |  14 +++++--
>  libavformat/mov.c  | 120 +++++++++++++++++++++++++++++++++++++++++------------
>  2 files changed, 104 insertions(+), 30 deletions(-)

seeking still fails with this and the sample from #6584 is that
intended or a seperate issue ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170818/19bd6b00/attachment.sig>


More information about the ffmpeg-devel mailing list