comparison avcodec.h @ 5483:447409d8770f libavcodec

First version of xsub decoder, not yet tested
author reimar
date Sun, 05 Aug 2007 12:11:09 +0000
parents ad384eda0cb7
children 3d10c3e84f96
comparison
equal deleted inserted replaced
5482:bba203d5c5e7 5483:447409d8770f
263 263
264 /* subtitle codecs */ 264 /* subtitle codecs */
265 CODEC_ID_DVD_SUBTITLE= 0x17000, 265 CODEC_ID_DVD_SUBTITLE= 0x17000,
266 CODEC_ID_DVB_SUBTITLE, 266 CODEC_ID_DVB_SUBTITLE,
267 CODEC_ID_TEXT, /* raw UTF-8 text */ 267 CODEC_ID_TEXT, /* raw UTF-8 text */
268 CODEC_ID_XSUB,
268 269
269 CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS 270 CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS
270 * stream (only used by libavformat) */ 271 * stream (only used by libavformat) */
271 }; 272 };
272 273