ffmpeg | branch: master | Limin Wang <[email protected]> | Sat Jun 13 
07:47:13 2020 +0800| [9bb46cf100be0229eca869a424c6af74306f337f] | committer: 
Limin Wang

avcodec/mpegvideo: remove extra space

Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Limin Wang <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bb46cf100be0229eca869a424c6af74306f337f
---

 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++) {

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to