On Sat, Feb 04, 2017 at 03:09:35PM +0100, Luca Barbato wrote:
> --- a/libavcodec/opus.c
> +++ b/libavcodec/opus.c
> @@ -327,7 +327,7 @@ av_cold int ff_opus_parse_extradata(AVCodecContext *avctx,
>  
>      channels = avctx->extradata ? extradata[9] : (avctx->channels == 1) ? 1 
> : 2;
>      if (!channels) {
> -        av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the 
> extadata\n");
> +        av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the 
> extradata\n");
>          return AVERROR_INVALIDDATA;

To be honest, I don't think it's worth spamming the history for single, minor 
typos.
Collect a few and commit them as a batch at least.

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

Reply via email to