# HG changeset patch # User michael # Date 1215888120 0 # Node ID 48dd72fdca91a4f58da65c99d4086351d85c6d37 # Parent b3c980b12aaacf7a24127d082cae2dc926bd9a0f New codec probing system try #1. diff -r b3c980b12aaa -r 48dd72fdca91 avcodec.h --- a/avcodec.h Sat Jul 12 15:02:40 2008 +0000 +++ b/avcodec.h Sat Jul 12 18:42:00 2008 +0000 @@ -313,6 +313,8 @@ /* other specific kind of codecs (generally used for attachments) */ CODEC_ID_TTF= 0x18000, + CODEC_ID_PROBE= 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it + CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */ };