summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-11 13:19:58 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-11 13:19:58 +0000
commit66fc495a10e810aa9d4a69aa273705142c9d7bcc (patch)
treefed703b2b25e79e44c2e1b49c513c30786bb8ae9 /libavcodec/avcodec.h
parentf7e97aaf877fbed5b618798c055603e5d7da5d12 (diff)
downloadffmpeg-streaming-66fc495a10e810aa9d4a69aa273705142c9d7bcc.zip
ffmpeg-streaming-66fc495a10e810aa9d4a69aa273705142c9d7bcc.tar.gz
comment explaining that text subtitle need to be UTF-8 for now
Originally committed as revision 9592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e1d3714..c90b2cd 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) */
OpenPOWER on IntegriCloud