Re: [FFmpeg-devel] [PATCH 6/7] lavc: drop unused argument from lock_avcodec()

2021-03-10 Thread Andreas Rheinhardt
Anton Khirnov: > --- > libavcodec/utils.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/utils.c b/libavcodec/utils.c > index 2545d9234c..e0f6234bd7 100644 > --- a/libavcodec/utils.c > +++ b/libavcodec/utils.c > @@ -530,7 +530,7 @@ static int64_t

[FFmpeg-devel] [PATCH 6/7] lavc: drop unused argument from lock_avcodec()

2021-03-10 Thread Anton Khirnov
--- libavcodec/utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 2545d9234c..e0f6234bd7 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -530,7 +530,7 @@ static int64_t get_bit_rate(AVCodecContext *ctx) }