Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2017-12-17 21:53:35 +0300
committerAurelien Jacobs <aurel@gnuage.org>2018-03-08 00:26:53 +0300
commit4439887198025a9782f2ed52f8fda995269aad07 (patch)
treedc152252a5996d3530972b441c306863220f1410 /libavcodec/avcodec.h
parent0b4ad86959cdd5c53474faf2c0b46e0f8a057fe1 (diff)
sbc: implement SBC decoder (low-complexity subband codec)
This was originally based on libsbc, and was fully integrated into ffmpeg.
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 1060ac453b..769f210c07 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -636,6 +636,7 @@ enum AVCodecID {
AV_CODEC_ID_DOLBY_E,
AV_CODEC_ID_APTX,
AV_CODEC_ID_APTX_HD,
+ AV_CODEC_ID_SBC,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.