Signed-off-by: Mans Rullgard <[email protected]>
---
libavcodec/cljr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index 61bd909..1b8bc53 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -139,7 +139,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
static av_cold int decode_end(AVCodecContext *avctx) {
CLJRContext *a = avctx->priv_data;
- if (a->picture.data[0]);
+ if (a->picture.data[0])
avctx->release_buffer(avctx, &a->picture);
return 0;
}
--
1.7.8
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel