summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMohamed Naufal Basheer <naufal11@gmail.com>2011-03-17 23:56:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-09-29 21:44:03 +0200
commitf990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch)
treed904736b73ee2e96299ea20b6888fa06587f5707 /libavcodec/avcodec.h
parentda43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff)
Add the G723.1 demuxer and decoder
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 e04513a29a..cb82ec7648 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -345,6 +345,7 @@ enum CodecID {
CODEC_ID_QDMC,
CODEC_ID_CELT,
CODEC_ID_G729 = 0x15800,
+ CODEC_ID_G723_1= 0x15801,
/* subtitle codecs */
CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.