Re: [FFmpeg-devel] [PATCH 1/3] avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()

2023-09-13 Thread Andreas Rheinhardt
James Almer: > On 9/12/2023 9:22 PM, Andreas Rheinhardt wrote: >> Andreas Rheinhardt: >>> It indicates to the reader that said function does not modify >>> any state. >>> >>> Signed-off-by: Andreas Rheinhardt >>> --- >>>   libavcodec/av1dec.c | 12 ++-- >>>   1 file changed, 6

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()

2023-09-12 Thread James Almer
On 9/12/2023 9:22 PM, Andreas Rheinhardt wrote: Andreas Rheinhardt: It indicates to the reader that said function does not modify any state. Signed-off-by: Andreas Rheinhardt --- libavcodec/av1dec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()

2023-09-12 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It indicates to the reader that said function does not modify > any state. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/av1dec.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c >

[FFmpeg-devel] [PATCH 1/3] avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()

2023-09-10 Thread Andreas Rheinhardt
It indicates to the reader that said function does not modify any state. Signed-off-by: Andreas Rheinhardt --- libavcodec/av1dec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index 8f9c2dfefb..8f6c4f732e 100644 ---