Re: [FFmpeg-devel] [PATCH] avutil/dict: Deduplicate freeing dictionary

2024-03-07 Thread epirat07
On 5 Mar 2024, at 16:53, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavutil/dict.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/libavutil/dict.c b/libavutil/dict.c > index 7f23d5336a..6fb09399ba 100644 > --- a/libavutil/dict.c >

Re: [FFmpeg-devel] [PATCH] avutil/dict: Deduplicate freeing dictionary

2024-03-07 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavutil/dict.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/libavutil/dict.c b/libavutil/dict.c > index 7f23d5336a..6fb09399ba 100644 > --- a/libavutil/dict.c > +++ b/libavutil/dict.c > @@ -1

[FFmpeg-devel] [PATCH] avutil/dict: Deduplicate freeing dictionary

2024-03-05 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavutil/dict.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libavutil/dict.c b/libavutil/dict.c index 7f23d5336a..6fb09399ba 100644 --- a/libavutil/dict.c +++ b/libavutil/dict.c @@ -145,11 +145,8 @@ int av_dict_set(AVDictio