[FFmpeg-cvslog] avcodec/ulti: fix minor style issue
Paul B Mahol
git at videolan.org
Sat Sep 8 22:42:26 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 8 21:21:50 2018 +0200| [337b9e190ba0d822efe3325c612ddce1d769c75b] | committer: Paul B Mahol
avcodec/ulti: fix minor style issue
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=337b9e190ba0d822efe3325c612ddce1d769c75b
---
libavcodec/ulti.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index 9e4c088b10..9318af064b 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -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);
More information about the ffmpeg-cvslog
mailing list