[libav-devel] [PATCH] celp filters: Do not read earlier than the start of the 'out' vector.

2012-05-04 Thread Alex Converse
--- libavcodec/celp_filters.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/libavcodec/celp_filters.c b/libavcodec/celp_filters.c index 25a6744..849cda4 100644 --- a/libavcodec/celp_filters.c +++ b/libavcodec/celp_filters.c @@ -133,9 +133,8 @@ void

Re: [libav-devel] [PATCH] celp filters: Do not read earlier than the start of the 'out' vector.

2012-05-04 Thread Luca Barbato
On 04/05/12 10:29, Alex Converse wrote: --- Seems fine lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] celp filters: Do not read earlier than the start of the 'out' vector.

2012-05-04 Thread Måns Rullgård
Alex Converse alex.conve...@gmail.com writes: --- libavcodec/celp_filters.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/libavcodec/celp_filters.c b/libavcodec/celp_filters.c index 25a6744..849cda4 100644 --- a/libavcodec/celp_filters.c +++