Re: [FFmpeg-devel] [PATCH 3/5] ffprobe: switch xml_escape_str to use av_bprint_escape

2017-04-12 Thread Nicolas George
Le tridi 23 germinal, an CCXXV, Rodger Combs a écrit : > This now escapes single-quotes, so the test reference is updated. > --- > ffprobe.c | 25 ++--- > tests/ref/fate/ffprobe_xml | 2 +- > 2 files changed, 7 insertions(+), 20 deletions(-) Looks ok, but I

[FFmpeg-devel] [PATCH 3/5] ffprobe: switch xml_escape_str to use av_bprint_escape

2017-04-12 Thread Rodger Combs
This now escapes single-quotes, so the test reference is updated. --- ffprobe.c | 25 ++--- tests/ref/fate/ffprobe_xml | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/ffprobe.c b/ffprobe.c index 0a9ba14d8d..5c5bdaf3b1 100644 ---