mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avcodec/ulti: fix minor style issue
This commit is contained in:
parent
51a087771b
commit
337b9e190b
@ -62,7 +62,8 @@ static av_cold int ulti_decode_init(AVCodecContext *avctx)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static av_cold int ulti_decode_end(AVCodecContext *avctx){
|
static av_cold int ulti_decode_end(AVCodecContext *avctx)
|
||||||
|
{
|
||||||
UltimotionDecodeContext *s = avctx->priv_data;
|
UltimotionDecodeContext *s = avctx->priv_data;
|
||||||
|
|
||||||
av_frame_free(&s->frame);
|
av_frame_free(&s->frame);
|
||||||
|
Loading…
Reference in New Issue
Block a user