Re: [FFmpeg-devel] [PATCH] ivfenc: write duration at end-of-stream.

2015-07-12 Thread Michael Niedermayer
On Sun, Jul 12, 2015 at 06:47:20AM -0400, Ronald S. Bultje wrote: > At the beginning, the value is not initialized. > --- > libavformat/ivfenc.c | 30 +- > 1 file changed, 29 insertions(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B14

[FFmpeg-devel] [PATCH] ivfenc: write duration at end-of-stream.

2015-07-12 Thread Ronald S. Bultje
At the beginning, the value is not initialized. --- libavformat/ivfenc.c | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 1d76c5c..2053c50 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.

Re: [FFmpeg-devel] [PATCH] ivfenc: write duration at end-of-stream.

2015-07-11 Thread Hendrik Leppkes
On Sat, Jul 11, 2015 at 1:17 PM, Ronald S. Bultje wrote: > At the beginning, the value is not initialized. > --- > libavformat/ivfenc.c | 28 +++- > 1 file changed, 27 insertions(+), 1 deletion(-) > > diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c > index 1d76c5c

Re: [FFmpeg-devel] [PATCH] ivfenc: write duration at end-of-stream.

2015-07-11 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > +avio_seek(pb, 24, SEEK_SET); > +avio_wl64() Doesn't this need if (seekable) ? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] ivfenc: write duration at end-of-stream.

2015-07-11 Thread Ronald S. Bultje
At the beginning, the value is not initialized. --- libavformat/ivfenc.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 1d76c5c..0c81d41 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c