Re: [FFmpeg-devel] [PATCH 1/5] ffmpeg: log failed av_write_trailer

2015-10-17 Thread Michael Niedermayer
On Sun, Oct 18, 2015 at 12:24:03AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffmpeg.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/ffmpeg.c b/ffmpeg.c > index 36a68fb..95f7e2f 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -4104,7 +4104,9 @@

[FFmpeg-devel] [PATCH 1/5] ffmpeg: log failed av_write_trailer

2015-10-17 Thread Marton Balint
Signed-off-by: Marton Balint --- ffmpeg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 36a68fb..95f7e2f 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -4104,7 +4104,9 @@ static int transcode(void) /* write the trailer if needed and close file */