Re: [FFmpeg-devel] [PATCH] avutil/tests/dict: Explicitly test av_dict_iterate()

2022-12-04 Thread Andreas Rheinhardt
Andreas Rheinhardt: > This commit tests it in a way that automatically checks > that using av_dict_iterate() is equivalent to using > av_dict_get() with key "" and AV_DICT_IGNORE_SUFFIX. > > Signed-off-by: Andreas Rheinhardt > --- > libavutil/tests/dict.c | 30 +- > 1

[FFmpeg-devel] [PATCH] avutil/tests/dict: Explicitly test av_dict_iterate()

2022-12-03 Thread Andreas Rheinhardt
This commit tests it in a way that automatically checks that using av_dict_iterate() is equivalent to using av_dict_get() with key "" and AV_DICT_IGNORE_SUFFIX. Signed-off-by: Andreas Rheinhardt --- libavutil/tests/dict.c | 30 +- 1 file changed, 25 insertions(+), 5 d