Browse Source

avcodec/mpegvideo: remove extra space

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
tags/n4.4
Limin Wang 5 years ago
parent
commit
9bb46cf100
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.c

+ 1
- 1
libavcodec/mpegvideo.c 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++) {


Loading…
Cancel
Save