---
 tests/ref/fate/ffprobe_xml   |  2 +-
 tests/ref/fate/sub-webvttenc | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/tests/ref/fate/ffprobe_xml b/tests/ref/fate/ffprobe_xml
index 2fdd81b..443cc12 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="1054882" bit_rate="70325466" 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>
diff --git a/tests/ref/fate/sub-webvttenc b/tests/ref/fate/sub-webvttenc
index dbeadb0..8945a74 100644
--- a/tests/ref/fate/sub-webvttenc
+++ b/tests/ref/fate/sub-webvttenc
@@ -36,18 +36,18 @@ This line should be strikethrough
 should be underline</u>
 
 00:14.501 --> 00:17.501
->
+&gt;
 It would be a good thing to
 hide invalid html tags that are closed and show the text in them
-<invalid_tag_unclosed>but show un-closed invalid html tags
-Show not opened tags</invalid_tag_not_opened>
-<
+&lt;invalid_tag_unclosed&gt;but show un-closed invalid html tags
+Show not opened tags&lt;/invalid_tag_not_opened&gt;
+&lt;
 
 00:17.501 --> 00:20.501
 and also
 hide invalid html tags with parameters that are closed and show the text in 
them
-<invalid_tag_uc par=5>but show un-closed invalid html tags
-<u>This text should be showed underlined without problems also: 2<3,5>1,4<6</u>
+&lt;invalid_tag_uc par=5&gt;but show un-closed invalid html tags
+<u>This text should be showed underlined without problems also: 
2&lt;3,5&gt;1,4&lt;6</u>
 This shouldn't be underlined
 
 00:20.501 --> 00:21.501
@@ -125,7 +125,7 @@ text 2
 00:52.501 --> 00:54.501
 Hide these tags:
 also hide these tags:
-but show this: {normal text}
+but show this: 
 
 00:54.501 --> 01:00.501
 
@@ -164,14 +164,14 @@ should be hidden.
 
 01:02.501 --> 01:04.501
 It shouldn't be strikethrough,
-not opened tag showed as text.</s>
-Not opened tag showed as text.</xxxxx>
+not opened tag showed as text.&lt;/s&gt;
+Not opened tag showed as text.&lt;/xxxxx&gt;
 
 01:04.501 --> 01:06.501
 Three lines should be strikethrough,
 yes.
-<yyyy>Not closed tags showed as text
+&lt;yyyy&gt;Not closed tags showed as text
 
 01:06.501 --> 01:08.501
 Both line should be strikethrough but
-the wrong closing tag should be showed</b>
+the wrong closing tag should be showed&lt;/b&gt;
-- 
2.5.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to