Re: [FFmpeg-devel] [PATCH 6/6] h264_redundant_pps: Fix logging context

2018-11-10 Thread Michael Niedermayer
On Fri, Nov 09, 2018 at 06:31:38AM +0100, Andreas Rheinhardt wrote: > The first element of H264RedundantPPSContext is not a pointer to an > AVClass as required. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/h264_redundant_pps_bsf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[FFmpeg-devel] [PATCH 6/6] h264_redundant_pps: Fix logging context

2018-11-08 Thread Andreas Rheinhardt
The first element of H264RedundantPPSContext is not a pointer to an AVClass as required. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264_redundant_pps_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_redundant_pps_bsf.c b/libavcodec/h264_redundant_