Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: log corrupted packets and frames

2018-10-14 Thread Marton Balint
On Thu, 11 Oct 2018, Michael Niedermayer wrote: On Wed, Oct 10, 2018 at 01:32:13AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- fftools/ffmpeg.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) maybe this should also print some time information so th

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: log corrupted packets and frames

2018-10-11 Thread Michael Niedermayer
On Wed, Oct 10, 2018 at 01:32:13AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > fftools/ffmpeg.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-) maybe this should also print some time information so the user knows from the printout when issues occu

[FFmpeg-devel] [PATCH 1/2] ffmpeg: log corrupted packets and frames

2018-10-09 Thread Marton Balint
Signed-off-by: Marton Balint --- fftools/ffmpeg.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index aa495b5d9e..da4259a9a8 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -2110,10 +2110,12 @@ static void check_d