X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegvideo.c;h=c28d1adef79eb49b1a1bda5d7b756b633494ead1;hb=0a56bfa71f751a2b25da8d060a019c1c75ca9d7b;hp=52a0ec371b14390b51d10d0fcbc27023647aaa2b;hpb=734e6a81b6925b7335020a8d7cf9214c42df8b71;p=ffmpeg diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 52a0ec371b1..c28d1adef79 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++) {