avcodec/ulti: fix minor style issue

This commit is contained in:
Paul B Mahol 2018-09-08 21:21:50 +02:00
parent 51a087771b
commit 337b9e190b
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ static av_cold int ulti_decode_init(AVCodecContext *avctx)
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;
av_frame_free(&s->frame);