Re: [FFmpeg-devel] [PATCH] avcodec: improve avcodec_receive_frame() doxy

2020-05-20 Thread James Almer
On 5/20/2020 3:56 PM, Andreas Rheinhardt wrote: > Anton Khirnov: >> Make it clear that the returned reference is owned by the caller. >> --- >> libavcodec/avcodec.h | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h >> in

Re: [FFmpeg-devel] [PATCH] avcodec: improve avcodec_receive_frame() doxy

2020-05-20 Thread Andreas Rheinhardt
Anton Khirnov: > Make it clear that the returned reference is owned by the caller. > --- > libavcodec/avcodec.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index c9baf859ac..cadd213301 100644 > --- a/libavcodec/avc

Re: [FFmpeg-devel] [PATCH] avcodec: improve avcodec_receive_frame() doxy

2020-05-20 Thread James Almer
On 5/20/2020 9:52 AM, Anton Khirnov wrote: > Make it clear that the returned reference is owned by the caller. > --- > libavcodec/avcodec.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index c9baf859ac..cadd213301 1

[FFmpeg-devel] [PATCH] avcodec: improve avcodec_receive_frame() doxy

2020-05-20 Thread Anton Khirnov
Make it clear that the returned reference is owned by the caller. --- libavcodec/avcodec.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c9baf859ac..cadd213301 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec