]> git.sesse.net Git - ffmpeg/commit
movenc: Assume streams starting at pts=0 for discontinuous fragments with editlists
authorMartin Storsjö <martin@martin.st>
Mon, 5 Jan 2015 13:13:04 +0000 (15:13 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 11 Nov 2015 20:52:36 +0000 (22:52 +0200)
commit09e431b9e3674804172e7b0a0f865b65ec09739a
tree8c30de159af382045b360e16c6f2355bad1c0826
parent59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead
movenc: Assume streams starting at pts=0 for discontinuous fragments with editlists

This allows producing fragments discontinously where the video
stream has b-frames (but starts at pts=0), but doesn't work for the
cases with audio with preroll.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenc.c