Re: [FFmpeg-devel] [PATCH] avformat/mux: ignore invalid timestamps on formats without timestamps

2018-04-12 Thread Hendrik Leppkes
On Thu, Apr 12, 2018 at 9:59 PM, Michael Niedermayer wrote: > On Thu, Apr 12, 2018 at 10:20:38AM +0200, Hendrik Leppkes wrote: >> --- >> libavformat/mux.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > can you provide an example/testcase of when this is

Re: [FFmpeg-devel] [PATCH] avformat/mux: ignore invalid timestamps on formats without timestamps

2018-04-12 Thread Michael Niedermayer
On Thu, Apr 12, 2018 at 10:20:38AM +0200, Hendrik Leppkes wrote: > --- > libavformat/mux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) can you provide an example/testcase of when this is needed ? thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[FFmpeg-devel] [PATCH] avformat/mux: ignore invalid timestamps on formats without timestamps

2018-04-12 Thread Hendrik Leppkes
--- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index a13f0e3a1b..0857419394 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -615,7 +615,7 @@ static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream