Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: improve the intra stream discontinuity message

2018-12-18 Thread Jan Ekström
On Thu, Oct 11, 2018 at 2:29 PM Michael Niedermayer wrote: > > On Wed, Oct 10, 2018 at 02:10:25AM +0300, Jan Ekström wrote: > > Now it actually tells which stream from which input and of > > which type had an absolute DTS discontinuity larger than > > dts_delta_threshold. > > --- > > fftools/ffmp

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: improve the intra stream discontinuity message

2018-10-11 Thread Michael Niedermayer
On Wed, Oct 10, 2018 at 02:10:25AM +0300, Jan Ekström wrote: > Now it actually tells which stream from which input and of > which type had an absolute DTS discontinuity larger than > dts_delta_threshold. > --- > fftools/ffmpeg.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) should b

[FFmpeg-devel] [PATCH 1/2] ffmpeg: improve the intra stream discontinuity message

2018-10-09 Thread Jan Ekström
Now it actually tells which stream from which input and of which type had an absolute DTS discontinuity larger than dts_delta_threshold. --- fftools/ffmpeg.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index aa495b5d9e..dfdee5100a 100