Commit ca52bae6 authored by Paul B Mahol's avatar Paul B Mahol Committed by Mans Rullgard

cljr: add missing return statement in decode_end()

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 12dca02e
......@@ -141,6 +141,7 @@ static av_cold int decode_end(AVCodecContext *avctx) {
if (a->picture.data[0]);
avctx->release_buffer(avctx, &a->picture);
return 0;
}
#if CONFIG_CLJR_ENCODER
......
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