diff options
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. |