From 9bb46cf100be0229eca869a424c6af74306f337f Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Sat, 13 Jun 2020 07:47:13 +0800 Subject: [PATCH] avcodec/mpegvideo: remove extra space Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang --- libavcodec/mpegvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 52a0ec371b..c28d1adef7 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -1112,7 +1112,7 @@ void ff_mpv_common_end(MpegEncContext *s) int i; if (!s) - return ; + return; if (s->slice_context_count > 1) { for (i = 0; i < s->slice_context_count; i++) {