Re: [libav-devel] [PATCH] alac: check for truncated packets

2012-07-20 Thread Anton Khirnov
On Thu, 19 Jul 2012 20:08:41 -0400, Justin Ruggles wrote: > This will give a clearer error message when the error is caused by a > truncated packet. > --- > libavcodec/alac.c | 15 +++ > 1 files changed, 11 insertions(+), 4 deletions(-) > Looks good. -- Anton Khirnov _

[libav-devel] [PATCH] alac: check for truncated packets

2012-07-19 Thread Justin Ruggles
This will give a clearer error message when the error is caused by a truncated packet. --- libavcodec/alac.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 1756cdf..61d2e70 100644 --- a/libavcodec/alac.c +++ b/lib