summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAndrew D'Addesio <modchipv12@gmail.com>2012-09-18 19:02:14 -0600
committerDiego Biurrun <diego@biurrun.de>2012-09-27 10:48:35 +0200
commit2a3d82ab467183fd108f451a85ca06ebc2a57e2c (patch)
tree4e83230db66783e350c8c6619888f3073f8ab636 /libavcodec/avcodec.h
parent0575772fa04e77fbb3755ad1cb8f040713c1e0d7 (diff)
Add Opus codec id and codec description.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 a89805e558..a7aec4e949 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -405,6 +405,7 @@ enum AVCodecID {
AV_CODEC_ID_RALF,
AV_CODEC_ID_IAC,
AV_CODEC_ID_ILBC,
+ AV_CODEC_ID_OPUS,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.