[vlc-devel] commit: avcodec: correct fourcc for XSUB (Derk-Jan Hartman )
git version control
git at videolan.org
Tue Apr 14 18:22:27 CEST 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Tue Apr 14 18:21:41 2009 +0200| [9e24ccb7b0cf6d460696ca7964af48043ea80887] | committer: Derk-Jan Hartman
avcodec: correct fourcc for XSUB
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e24ccb7b0cf6d460696ca7964af48043ea80887
---
modules/codec/avcodec/fourcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 5494fb4..428d8d0 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -1141,7 +1141,7 @@ static const struct
SPU_ES, "DVB Subtitles" },
{ VLC_FOURCC('s','u','b','t'), CODEC_ID_TEXT,
SPU_ES, "Plain text subtitles" },
- { VLC_FOURCC('x','s','u','b'), CODEC_ID_XSUB,
+ { VLC_FOURCC('D','X','S','B'), CODEC_ID_XSUB,
SPU_ES, "DivX XSUB subtitles" },
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 51, 50, 0 )
More information about the vlc-devel
mailing list