cljr: remove stray semicolon

Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/2/head
Mans Rullgard 13 years ago
parent ca52bae6ec
commit 9a1420bfda
  1. 2
      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;
}

Loading…
Cancel
Save