]> git.sesse.net Git - ffmpeg/commit
movenc: support an alternative to edit lists to handle the first DTS != 0 case.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 29 Sep 2012 04:33:32 +0000 (06:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 7 Oct 2012 04:04:40 +0000 (06:04 +0200)
commit537ef8bebf8a35aab448db6ec876e275a10f0f15
tree9c291f6a92041073d9e444c998b66aee6e2ebab2
parentd067e2543752fd80f10d1197952523c650ea5c44
movenc: support an alternative to edit lists to handle the first DTS != 0 case.

Some software does not support edit lists at all, the adobe flash
player seems to be one of these. Which results in AV sync errors when
edit lists are used to adjust AV sync.

2nd try on implementing this, the first try had various issues

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/movenc.c
libavformat/movenc.h