mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cljr: add missing return statement in decode_end()
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
12dca02e9e
commit
ca52bae6ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user