From 66fc495a10e810aa9d4a69aa273705142c9d7bcc Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs <aurel@gnuage.org> Date: Wed, 11 Jul 2007 13:19:58 +0000 Subject: [PATCH] comment explaining that text subtitle need to be UTF-8 for now Originally committed as revision 9592 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e1d37146983..c90b2cdc443 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -262,7 +262,7 @@ enum CodecID { /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, CODEC_ID_DVB_SUBTITLE, - CODEC_ID_TEXT, + CODEC_ID_TEXT, /* raw UTF-8 text */ CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */ -- GitLab