On Tue, Oct 25, 2011 at 11:43:47AM -0400, Justin Ruggles wrote:
> It is already done when using it to set sample_fmt.
> ---
>  libavcodec/alac.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/libavcodec/alac.c b/libavcodec/alac.c
> index 8930abd..5e376ac 100644
> --- a/libavcodec/alac.c
> +++ b/libavcodec/alac.c
> @@ -116,10 +116,6 @@ static int alac_set_info(ALACContext *alac)
>      alac->setinfo_max_samples_per_frame = bytestream_get_be32(&ptr);
>      ptr++;                          /* ??? */
>      alac->setinfo_sample_size           = *ptr++;
> -    if (alac->setinfo_sample_size > 32) {
> -        av_log(alac->avctx, AV_LOG_ERROR, "setinfo_sample_size too large\n");
> -        return -1;
> -    }
>      alac->setinfo_rice_historymult      = *ptr++;
>      alac->setinfo_rice_initialhistory   = *ptr++;
>      alac->setinfo_rice_kmodifier        = *ptr++;
> -- 

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

Reply via email to