On Fri, Aug 03, 2012 at 09:05:43PM -0400, Derek Buitenhuis wrote:
> From: Piotr Bandurski <[email protected]>
> 
> Signed-off-by: Michael Niedermayer <[email protected]>
> ---
>  libavcodec/cllc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c
> index aca4669..a65689a 100644
> --- a/libavcodec/cllc.c
> +++ b/libavcodec/cllc.c
> @@ -225,7 +225,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void 
> *data,
>  
>          break;
>      default:
> -        av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d\n.", 
> coding_type);
> +        av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d.\n", 
> coding_type);
>          return AVERROR_INVALIDDATA;
>      }
>  
> -- 

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

Reply via email to