comparison avcodec.h @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents 0c3cc1d7a0b3
children c8c58c35feef
comparison
equal deleted inserted replaced
6485:949e4f444a50 6486:3f96dc62c4b9
294 CODEC_ID_TEXT, ///< raw UTF-8 text 294 CODEC_ID_TEXT, ///< raw UTF-8 text
295 CODEC_ID_XSUB, 295 CODEC_ID_XSUB,
296 CODEC_ID_SSA, 296 CODEC_ID_SSA,
297 CODEC_ID_MOV_TEXT, 297 CODEC_ID_MOV_TEXT,
298 298
299 /* other specific kind of codecs (generaly used for attachments) */ 299 /* other specific kind of codecs (generally used for attachments) */
300 CODEC_ID_TTF= 0x18000, 300 CODEC_ID_TTF= 0x18000,
301 301
302 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS 302 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
303 * stream (only used by libavformat) */ 303 * stream (only used by libavformat) */
304 }; 304 };