diff 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
line wrap: on
line diff
--- 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) */
 };