summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-16 00:42:13 +0300
committerMartin Storsjö <martin@martin.st>2012-06-18 22:00:35 +0300
commit3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2 (patch)
treec27059ecbf8de8dccab3901bdbe93cfb42b44913 /libavcodec/avcodec.h
parent46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 (diff)
Add support for iLBC decoding/encoding via the external library libilbc
The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4a07d6dd57..94c2ed7655 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -394,6 +394,7 @@ enum CodecID {
CODEC_ID_BMV_AUDIO,
CODEC_ID_RALF,
CODEC_ID_IAC,
+ CODEC_ID_ILBC,
/* subtitle codecs */
CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.