On Fri, Oct 28, 2011 at 01:32:32PM -0400, Justin Ruggles wrote:
> ---
>  libavcodec/atrac1.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
> index 1ba580c..d129f10 100644
> --- a/libavcodec/atrac1.c
> +++ b/libavcodec/atrac1.c
> @@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, 
> void *data,
>  
>  
>      if (buf_size < 212 * q->channels) {
> -        av_log(q,AV_LOG_ERROR,"Not enought data to decode!\n");
> +        av_log(q,AV_LOG_ERROR,"Not enough data to decode!\n");
>          return -1;
>      }
>  
> -- 

OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to