avcodec/mpegvideo: remove extra space

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
Limin Wang 2020-06-13 07:47:13 +08:00
parent 67a07dc778
commit 9bb46cf100
1 changed files with 1 additions and 1 deletions

View File

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