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
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.
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
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
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