Commit 3abc4095 authored by aurel's avatar aurel

comment explaining that text subtitle need to be UTF-8 for now

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa1eeddc
......@@ -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) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment