You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-03 16:24:53 +02:00
avcodec/ulti: fix minor style issue
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user