Re: [FFmpeg-devel] [PATCH 11/11] avcodec/bfi: Provide non NULL context to av_log()

2019-01-01 Thread Nicolas George
Michael Niedermayer (2019-01-01): > btw, if people want me to push trivial looking changes directly, i can skip > sending such patches in the future, but people have previously complained > repeatly when i pushed without sending patches. > I cant send patches just when there would be someone who w

Re: [FFmpeg-devel] [PATCH 11/11] avcodec/bfi: Provide non NULL context to av_log()

2019-01-01 Thread Michael Niedermayer
On Tue, Jan 01, 2019 at 12:02:22PM +0100, Paul B Mahol wrote: > On 12/31/18, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/bfi.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c > > index

Re: [FFmpeg-devel] [PATCH 11/11] avcodec/bfi: Provide non NULL context to av_log()

2019-01-01 Thread Paul B Mahol
On 12/31/18, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/bfi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c > index 233a1d27a8..a4cb002053 100644 > --- a/libavcodec/bfi.c > +++ b/libavcodec/bfi

[FFmpeg-devel] [PATCH 11/11] avcodec/bfi: Provide non NULL context to av_log()

2018-12-31 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/bfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index 233a1d27a8..a4cb002053 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -71,7 +71,7 @@ static int bfi_decode_frame(AVCodecCo