Paul B Mahol <[email protected]> writes: > --- > libavcodec/cljr.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c > index dd72082..61bd909 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 > --
OK, queueing. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
