Skip to content
Snippets Groups Projects
Commit 337b9e19 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/ulti: fix minor style issue

parent 51a08777
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment