diff options
author | Mohamed Naufal Basheer <naufal11@gmail.com> | 2011-03-17 23:56:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-29 21:44:03 +0200 |
commit | f990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch) | |
tree | d904736b73ee2e96299ea20b6888fa06587f5707 /libavcodec/avcodec.h | |
parent | da43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff) | |
download | ffmpeg-f990dc374eee84e7e1fd4da1309b9de0bd4f3216.tar.gz |
Add the G723.1 demuxer and decoder
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
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. |