Re: [FFmpeg-devel] [PATCH 02/31] fftools: use av_dict_get_string

2022-11-25 Thread Andreas Rheinhardt
Marvin Scholz: > Instead of manually assembling the string, use av_dict_get_string > which handles things like proper escaping too (even though it is > not yet needed here). > --- > fftools/ffmpeg_filter.c | 31 +-- > 1 file changed, 13 insertions(+), 18 deletions(-) >

[FFmpeg-devel] [PATCH 02/31] fftools: use av_dict_get_string

2022-11-24 Thread Marvin Scholz
Instead of manually assembling the string, use av_dict_get_string which handles things like proper escaping too (even though it is not yet needed here). --- fftools/ffmpeg_filter.c | 31 +-- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/fftools/ffmpeg_