summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Ekström <jan.ekstrom@24i.com>2020-11-16 09:46:42 +0200
committerJan Ekström <jeebjp@gmail.com>2021-03-05 19:45:00 +0200
commitc8c6c9f5d96789001ea628f44cc5602bdc41d5f3 (patch)
treeae89062c92bad59c61150a566ce9e909ffb5da04 /tests
parent0f6bf94eb71c2d5e996c89c290f1a53660c46c2e (diff)
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')
-rw-r--r--tests/ref/fate/ffprobe_xml2
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="&apos;A comment with CSV, XML &amp; JSON special chars&apos;: &lt;tag value=&quot;x&quot;&gt;"/>
+ <tag key="comment" value="'A comment with CSV, XML &amp; JSON special chars': &lt;tag value=&quot;x&quot;&gt;"/>
<tag key="comment2" value="I ♥ Üñîçød€"/>
</format>
</ffprobe>