From 9e24ccb7b0cf6d460696ca7964af48043ea80887 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Tue, 14 Apr 2009 18:21:41 +0200 Subject: [PATCH] avcodec: correct fourcc for XSUB --- modules/codec/avcodec/fourcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2