mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
67a07dc778
commit
9bb46cf100
@ -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…
Reference in New Issue
Block a user