Re: [libav-devel] [PATCH 5/6] wav: keep parsing until EOF if the input is seekable and we know the size of the data tag

2011-07-11 Thread Tomas Härdin
Anton Khirnov skrev 2011-07-09 11:20: From: Tomas Härdintomas.har...@codemill.se Signed-off-by: Anton Khirnovan...@khirnov.net --- libavformat/wav.c | 49 + 1 files changed, 33 insertions(+), 16 deletions(-) diff --git a/libavformat/wav.c

[libav-devel] [PATCH 5/6] wav: keep parsing until EOF if the input is seekable and we know the size of the data tag

2011-07-09 Thread Anton Khirnov
From: Tomas Härdin tomas.har...@codemill.se Signed-off-by: Anton Khirnov an...@khirnov.net --- libavformat/wav.c | 49 + 1 files changed, 33 insertions(+), 16 deletions(-) diff --git a/libavformat/wav.c b/libavformat/wav.c index 8a8c0b4..35ec4fb