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(-)
>
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_