On Sat, Mar 28, 2015 at 07:25:19PM -0600, Rodger Combs wrote:
> This prevents sub-muxers from trying to seek back to the beginning of the
> whole stream, only to find themselves overwriting some video data in the
> current (often last) segment.
> ---
>  libavformat/segment.c | 3 +++
>  1 file changed, 3 insertions(+)

this breaks the case where each segment has its own header & trailer
and needs seeking, for example:

./ffmpeg -i matrixbench_mpeg2.mpg  -f segment -segment_time 2 -t 5 -an 
file%03d.mp4

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

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to