comparison avcodec.h @ 7251:48dd72fdca91 libavcodec

New codec probing system try #1.
author michael
date Sat, 12 Jul 2008 18:42:00 +0000
parents 239031d20617
children 3f49e04bcbe1
comparison
equal deleted inserted replaced
7250:b3c980b12aaa 7251:48dd72fdca91
310 CODEC_ID_SSA, 310 CODEC_ID_SSA,
311 CODEC_ID_MOV_TEXT, 311 CODEC_ID_MOV_TEXT,
312 312
313 /* other specific kind of codecs (generally used for attachments) */ 313 /* other specific kind of codecs (generally used for attachments) */
314 CODEC_ID_TTF= 0x18000, 314 CODEC_ID_TTF= 0x18000,
315
316 CODEC_ID_PROBE= 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it
315 317
316 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS 318 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
317 * stream (only used by libavformat) */ 319 * stream (only used by libavformat) */
318 }; 320 };
319 321