mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/webvttdec: honour bidi marks
This commit is contained in:
parent
6f13f5dd59
commit
7b8b4cdd96
|
@ -39,7 +39,7 @@ static const struct {
|
|||
{"<u>", "{\\u1}"}, {"</u>", "{\\u0}"},
|
||||
{"{", "\\{"}, {"}", "\\}"}, // escape to avoid ASS markup conflicts
|
||||
{">", ">"}, {"<", "<"},
|
||||
{"‎", ""}, {"‏", ""}, // FIXME: properly honor bidi marks
|
||||
{"‎", "\xe2\x80\x8e"}, {"‏", "\xe2\x80\x8f"},
|
||||
{"&", "&"}, {" ", "\\h"},
|
||||
};
|
||||
|
||||
|
|
|
@ -21,6 +21,6 @@ Dialogue: 0,0:00:12.50,0:00:32.50,Default,,0,0,0,,OK, let’s go.
|
|||
Dialogue: 0,0:00:38.00,0:00:43.00,Default,,0,0,0,,I want to 愛あい love you\NThat's not proper English!
|
||||
Dialogue: 0,0:00:43.00,0:00:46.00,Default,,0,0,0,,{\i1}キツネ{\i0}じゃない キツネじゃない\N乙女おとめは
|
||||
Dialogue: 0,0:00:50.00,0:00:55.00,Default,,0,0,0,,Some time ago in a rather distant place....
|
||||
Dialogue: 0,0:00:55.00,0:01:00.00,Default,,0,0,0,,Descending: 123456\NAscending: 123456
|
||||
Dialogue: 0,0:00:55.00,0:01:00.00,Default,,0,0,0,,Descending: 123456\NAscending: 123456
|
||||
Dialogue: 0,0:01:00.00,0:01:05.00,Default,,0,0,0,,>> Never gonna give you up Never gonna let you down\NNever\hgonna\hrun\haround & desert\hyou
|
||||
Dialogue: 0,0:55:00.00,1:00:00.00,Default,,0,0,0,,Transcrit par Célestes™
|
||||
|
|
Loading…
Reference in New Issue