Re: [FFmpeg-devel] [PATCH 1/2] avutil/dict: do not realloc entries when deleting a non-existing item

2016-03-14 Thread Marton Balint
On Mon, 14 Mar 2016, Michael Niedermayer wrote: On Sun, Mar 13, 2016 at 03:03:30AM +0100, Marton Balint wrote: Deleting a non-existing item should not invalidate existing entries returned with av_dict_get. LGTM Thanks, applied both patches in the series. Regards, Marton _

Re: [FFmpeg-devel] [PATCH 1/2] avutil/dict: do not realloc entries when deleting a non-existing item

2016-03-14 Thread Michael Niedermayer
On Sun, Mar 13, 2016 at 03:03:30AM +0100, Marton Balint wrote: > Deleting a non-existing item should not invalidate existing entries returned > with av_dict_get. LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Democracy is the form of government in whi

[FFmpeg-devel] [PATCH 1/2] avutil/dict: do not realloc entries when deleting a non-existing item

2016-03-12 Thread Marton Balint
Deleting a non-existing item should not invalidate existing entries returned with av_dict_get. Signed-off-by: Marton Balint --- libavutil/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/dict.c b/libavutil/dict.c index 8bb65a1..1203562 100644 --- a/libavutil/d