Re: [FFmpeg-devel] [PATCH 08/11] avformat/mux: Restore original ts in write_packet on error

2016-08-22 Thread Michael Niedermayer
On Tue, Aug 02, 2016 at 03:24:19PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Restore original timestamps in write_packet() if the > actual write operation was not successfull. This allows > to pass the same packet to nonblocking muxer

[FFmpeg-devel] [PATCH 08/11] avformat/mux: Restore original ts in write_packet on error

2016-08-02 Thread sebechlebskyjan
From: Jan Sebechlebsky Restore original timestamps in write_packet() if the actual write operation was not successfull. This allows to pass the same packet to nonblocking muxer repeatedly without corrupting the timestamps. Signed-off-by: Jan Sebechlebsky