[FFmpeg-cvslog] cljr: remove stray semicolon
Mans Rullgard
git at videolan.org
Fri Dec 9 00:18:56 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Dec 8 14:45:36 2011 +0000| [9a1420bfda41f32a9e1b6d57517d2d4c6924c434] | committer: Mans Rullgard
cljr: remove stray semicolon
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a1420bfda41f32a9e1b6d57517d2d4c6924c434
---
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;
}
More information about the ffmpeg-cvslog
mailing list