summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-09-16 04:50:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-16 05:53:14 +0200
commit07a70caba7cb2fac69bf9541914d4bffce61d1ea (patch)
treef9346e947d2275a6e495252f6b9d216bf90c12dc /libavcodec/avcodec.h
parentea8de109af46ae8e6751217977ae8f7becf94ba5 (diff)
Binary text decoder
Decoder and demuxer for various binary text formats. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4ce084c574..f8f4f69ef6 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -361,6 +361,9 @@ enum CodecID {
/* other specific kind of codecs (generally used for attachments) */
CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs.
CODEC_ID_TTF= 0x18000,
+ CODEC_ID_BINTEXT,
+ CODEC_ID_XBIN,
+ CODEC_ID_IDF,
CODEC_ID_PROBE= 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it