[vlc-devel] commit: DXSB is a valid fourCC for XSUB (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 28 09:39:08 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 28 00:56:36 2009 +0200| [f4440b1b1ff408dda2026e625491a9186def6c71] | committer: Jean-Baptiste Kempf
DXSB is a valid fourCC for XSUB
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4440b1b1ff408dda2026e625491a9186def6c71
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 05511c9..79389b5 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1094,6 +1094,7 @@ static const entry_t p_list_spu[] = {
B(VLC_CODEC_XSUB, "DivX XSUB subtitles"),
A("XSUB"),
A("xsub"),
+ A("DXSB"),
B(VLC_CODEC_SSA, "SubStation Alpha subtitles"),
A("ssa "),
More information about the vlc-devel
mailing list