[FFmpeg-devel] [PATCH 3/4] avcodec/mpegvideo: remove extra space

lance.lmwang at gmail.com lance.lmwang at gmail.com
Sat Jun 13 18:00:29 EEST 2020


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 libavcodec/mpegvideo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 52a0ec3..c28d1ad 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++) {
-- 
1.8.3.1



More information about the ffmpeg-devel mailing list