mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
pbutils: Add description for XSUB subpicture format
This commit is contained in:
parent
27f2328348
commit
817c780380
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ static const FormatInfo formats[] = {
|
|||
{"subtitle/x-kate", N_("Kate subtitle format"), FLAG_SUB, ""},
|
||||
{"subpicture/x-dvb", "DVB subtitles", FLAG_SUB, ""},
|
||||
{"subpicture/x-pgs", "PGS subtitles", FLAG_SUB, ""},
|
||||
{"subpicture/x-xsub", "XSUB subtitles", FLAG_SUB, ""},
|
||||
|
||||
/* non-audio/video/container formats */
|
||||
{"hdv/aux-v", "HDV AUX-V", 0, ""},
|
||||
|
|
Loading…
Reference in a new issue