[FFmpeg-cvslog] avcodec/mpegvideo: remove extra space
Limin Wang
git at videolan.org
Sun Jun 14 16:58:44 EEST 2020
ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Sat Jun 13 07:47:13 2020 +0800| [9bb46cf100be0229eca869a424c6af74306f337f] | committer: Limin Wang
avcodec/mpegvideo: remove extra space
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> 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++) {
More information about the ffmpeg-cvslog
mailing list