Commit a2232e69 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

cllc: fix typo in the error message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bc426827
...@@ -225,7 +225,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data, ...@@ -225,7 +225,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data,
break; break;
default: 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; return AVERROR_INVALIDDATA;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment