Re: [FFmpeg-devel] [PATCH 2/6] mpegvideo: drop an unnecessary function parameter

2020-03-11 Thread Michael Niedermayer
On Tue, Mar 10, 2020 at 06:45:58PM +0100, Anton Khirnov wrote: > It is always 0. > --- > libavcodec/mpegvideo.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequa

[FFmpeg-devel] [PATCH 2/6] mpegvideo: drop an unnecessary function parameter

2020-03-10 Thread Anton Khirnov
It is always 0. --- libavcodec/mpegvideo.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index dbb6ab9b39..0be5364422 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -347,9 +347,9 @@ av_cold void f