[FFmpeg-cvslog] r9592 - trunk/libavcodec/avcodec.h
aurel
subversion
Wed Jul 11 15:19:58 CEST 2007
Author: aurel
Date: Wed Jul 11 15:19:58 2007
New Revision: 9592
Log:
comment explaining that text subtitle need to be UTF-8 for now
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Wed Jul 11 15:19:58 2007
@@ -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) */
More information about the ffmpeg-cvslog
mailing list