[FFmpeg-cvslog] cljr: add missing return statement in decode_end()

Paul B Mahol git at videolan.org
Fri Dec 9 00:18:56 CET 2011


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Dec  8 12:39:47 2011 +0000| [ca52bae6ec7588ae72a5a011d7af80645f999e5e] | committer: Mans Rullgard

cljr: add missing return statement in decode_end()

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca52bae6ec7588ae72a5a011d7af80645f999e5e
---

 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



More information about the ffmpeg-cvslog mailing list