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