cljr: remove stray semicolon
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
ca52bae6ec
commit
9a1420bfda
@ -139,7 +139,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
|
|||||||
static av_cold int decode_end(AVCodecContext *avctx) {
|
static av_cold int decode_end(AVCodecContext *avctx) {
|
||||||
CLJRContext *a = avctx->priv_data;
|
CLJRContext *a = avctx->priv_data;
|
||||||
|
|
||||||
if (a->picture.data[0]);
|
if (a->picture.data[0])
|
||||||
avctx->release_buffer(avctx, &a->picture);
|
avctx->release_buffer(avctx, &a->picture);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user