Re: [FFmpeg-devel] [PATCH] avcodec/h264_metadata_bsf: Fix invalid av_freep

2020-07-04 Thread James Almer
On 7/4/2020 4:22 PM, Andreas Rheinhardt wrote: > This bug was introduced in 3c8a2a1180f03ca6b299ebc27eef21ae86635ca0. > > Signed-off-by: Andreas Rheinhardt > --- > Sorry for this. > > libavcodec/h264_metadata_bsf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavc

[FFmpeg-devel] [PATCH] avcodec/h264_metadata_bsf: Fix invalid av_freep

2020-07-04 Thread Andreas Rheinhardt
This bug was introduced in 3c8a2a1180f03ca6b299ebc27eef21ae86635ca0. Signed-off-by: Andreas Rheinhardt --- Sorry for this. libavcodec/h264_metadata_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c index 990