]> git.sesse.net Git - ffmpeg/commit
avformat/segment: give a warning message for remove initial_offset option
authorSteven Liu <lingjiujianke@gmail.com>
Thu, 8 Sep 2016 13:56:44 +0000 (21:56 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 9 Sep 2016 00:45:28 +0000 (02:45 +0200)
commit1da00be009aa74400042bf470b9a5ffbd82a1c5e
treeb53cddb47a79283c9be79b03b64bf6e534e8218b
parentfff4df7fba4fdabff875bb40b63f219601cc5ab1
avformat/segment: give a warning message for remove initial_offset option

ffmpeg have a generic solution working with all muxer named
output_ts_offset, output_ts_offset will instead of initial_offset

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/segment.c