diff options
author | Jan Ekström <jan.ekstrom@24i.com> | 2020-11-16 09:46:42 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2021-03-05 19:45:00 +0200 |
commit | c8c6c9f5d96789001ea628f44cc5602bdc41d5f3 (patch) | |
tree | ae89062c92bad59c61150a566ce9e909ffb5da04 /tests/ref/fate/ffprobe_xml | |
parent | 0f6bf94eb71c2d5e996c89c290f1a53660c46c2e (diff) | |
download | ffmpeg-c8c6c9f5d96789001ea628f44cc5602bdc41d5f3.tar.gz |
ffprobe: switch to av_bprint_escape for XML escaping
Additionally update the result of the ffprobe XML writing test.
Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
Diffstat (limited to 'tests/ref/fate/ffprobe_xml')
-rw-r--r-- | tests/ref/fate/ffprobe_xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/ffprobe_xml b/tests/ref/fate/ffprobe_xml index 1e99158021..04261ed693 100644 --- a/tests/ref/fate/ffprobe_xml +++ b/tests/ref/fate/ffprobe_xml @@ -51,7 +51,7 @@ <format filename="tests/data/ffprobe-test.nut" nb_streams="3" nb_programs="0" format_name="nut" start_time="0.000000" duration="0.120000" size="1053624" bit_rate="70241600" probe_score="100"> <tag key="title" value="ffprobe test file"/> - <tag key="comment" value="'A comment with CSV, XML & JSON special chars': <tag value="x">"/> + <tag key="comment" value="'A comment with CSV, XML & JSON special chars': <tag value="x">"/> <tag key="comment2" value="I ♥ Üñîçød€"/> </format> </ffprobe> |