Re: [libav-devel] [PATCH 1/5] oggdec: fix memleak with continuous streams.

2011-05-12 Thread Diego Biurrun
On Wed, May 11, 2011 at 08:43:27PM +0200, Clément Bœsch wrote: > [...] I will push the whole patchset in a moment. Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 1/5] oggdec: fix memleak with continuous streams.

2011-05-12 Thread Luca Barbato
On 5/11/11 8:43 PM, Clément Bœsch wrote: This avoids the creation of a new AVStream instead of replacing it when a stream reset occurs (track change with some webradios for example). --- libavformat/oggdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) I think it should

[libav-devel] [PATCH 1/5] oggdec: fix memleak with continuous streams.

2011-05-11 Thread Clément Bœsch
This avoids the creation of a new AVStream instead of replacing it when a stream reset occurs (track change with some webradios for example). --- libavformat/oggdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index 0