From: Derk-Jan Hartman Date: Tue, 14 Apr 2009 16:21:41 +0000 (+0200) Subject: avcodec: correct fourcc for XSUB X-Git-Tag: 1.0.0-pre2~59 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9e24ccb7b0cf6d460696ca7964af48043ea80887;p=vlc avcodec: correct fourcc for XSUB --- diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index 5494fb4eb4..428d8d0bd6 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 )