diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-06-13 07:47:13 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-06-14 21:54:40 +0800 |
commit | 9bb46cf100be0229eca869a424c6af74306f337f (patch) | |
tree | 856c5d149cdba5b19c60dc9d89ef94f063bc8ad4 /libavcodec/mpegvideo.c | |
parent | 67a07dc778107b7001cc1edd1693d72701c0d593 (diff) | |
download | ffmpeg-9bb46cf100be0229eca869a424c6af74306f337f.tar.gz |
avcodec/mpegvideo: remove extra space
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |