You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -1112,7 +1112,7 @@ void ff_mpv_common_end(MpegEncContext *s)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (!s)
|
if (!s)
|
||||||
return ;
|
return;
|
||||||
|
|
||||||
if (s->slice_context_count > 1) {
|
if (s->slice_context_count > 1) {
|
||||||
for (i = 0; i < s->slice_context_count; i++) {
|
for (i = 0; i < s->slice_context_count; i++) {
|
||||||
|
Reference in New Issue
Block a user