diff options
Diffstat (limited to 'libavcodec/cljr.c')
-rw-r--r-- | libavcodec/cljr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index dd720828a6..61bd909199 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -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 |