Commit 9a1420bf authored by Mans Rullgard's avatar Mans Rullgard

cljr: remove stray semicolon

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent ca52bae6
......@@ -139,7 +139,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
static av_cold int decode_end(AVCodecContext *avctx) {
CLJRContext *a = avctx->priv_data;
if (a->picture.data[0]);
if (a->picture.data[0])
avctx->release_buffer(avctx, &a->picture);
return 0;
}
......
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