diff options
author | Clément Bœsch <u@pkh.me> | 2014-10-11 14:31:23 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-10-15 19:25:06 +0200 |
commit | 40b9f28641b696c6bb73ce49dc97c2ce2700cbdb (patch) | |
tree | b16bbe05514768ba5c8b8b20b7cb0eba7d72ccf2 /tests/ref/fate/sub-subviewer | |
parent | bf700a995da4ff3ef891f3d4621b01fe72d0b12d (diff) | |
download | ffmpeg-40b9f28641b696c6bb73ce49dc97c2ce2700cbdb.tar.gz |
avcodec/ass: output missing fields in AVSubtitles and output files
Fixes Ticket #3207
Diffstat (limited to 'tests/ref/fate/sub-subviewer')
-rw-r--r-- | tests/ref/fate/sub-subviewer | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/fate/sub-subviewer b/tests/ref/fate/sub-subviewer index 8c9eeed612..ca203b4d6f 100644 --- a/tests/ref/fate/sub-subviewer +++ b/tests/ref/fate/sub-subviewer @@ -4,11 +4,11 @@ PlayResX: 384 PlayResY: 288
[V4+ Styles]
-Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
-Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,0,100,100,0,0,1,1,0,2,10,10,10,0
[Events]
-Format: Layer, Start, End, Style, Text
-Dialogue: 0,0:01:00.10,0:02:00.20,Default,Hello.\NWorld!
-Dialogue: 0,0:02:00.30,0:03:00.40,Default,\Nfoo\Nbar\Nbla\Nmixed with br
-Dialogue: 0,0:03:04.12,0:03:10.20,Default,Another event.
+Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
+Dialogue: 0,0:01:00.10,0:02:00.20,Default,,0,0,0,,Hello.\NWorld!
+Dialogue: 0,0:02:00.30,0:03:00.40,Default,,0,0,0,,\Nfoo\Nbar\Nbla\Nmixed with br
+Dialogue: 0,0:03:04.12,0:03:10.20,Default,,0,0,0,,Another event.
|