# HG changeset patch # User aurel # Date 1184159998 0 # Node ID 35e847940db4f29be19b9d6a40fcc662ecb72b37 # Parent 7dcea5ee1d51c581171ff1a3728e93fbbef73a1e comment explaining that text subtitle need to be UTF-8 for now diff -r 7dcea5ee1d51 -r 35e847940db4 avcodec.h --- a/avcodec.h Wed Jul 11 13:13:20 2007 +0000 +++ b/avcodec.h Wed Jul 11 13:19:58 2007 +0000 @@ -262,7 +262,7 @@ /* 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) */