comparison avcodec.h @ 6187:098f955eaec8 libavcodec

Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
author reimar
date Sun, 27 Jan 2008 19:57:04 +0000
parents 4ba171d6d84a
children 1087db4b4d78
comparison
equal deleted inserted replaced
6186:0281d8efb050 6187:098f955eaec8
281 CODEC_ID_DVD_SUBTITLE= 0x17000, 281 CODEC_ID_DVD_SUBTITLE= 0x17000,
282 CODEC_ID_DVB_SUBTITLE, 282 CODEC_ID_DVB_SUBTITLE,
283 CODEC_ID_TEXT, ///< raw UTF-8 text 283 CODEC_ID_TEXT, ///< raw UTF-8 text
284 CODEC_ID_XSUB, 284 CODEC_ID_XSUB,
285 CODEC_ID_SSA, 285 CODEC_ID_SSA,
286 CODEC_ID_MOV_TEXT,
286 287
287 /* other specific kind of codecs (generaly used for attachments) */ 288 /* other specific kind of codecs (generaly used for attachments) */
288 CODEC_ID_TTF= 0x18000, 289 CODEC_ID_TTF= 0x18000,
289 290
290 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS 291 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS