summaryrefslogtreecommitdiff
path: root/libavcodec/profiles.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2017-12-17 19:59:30 +0100
committerAurelien Jacobs <aurel@gnuage.org>2018-03-07 22:26:53 +0100
commitff4600d95471a653073a961ec77f32e2f946684a (patch)
tree403810f4aeb160c06803c31a10c6e02c65b86fb8 /libavcodec/profiles.c
parent2e08de08159df2079f1db2a7d8fe66e2ad2238d5 (diff)
downloadffmpeg-ff4600d95471a653073a961ec77f32e2f946684a.tar.gz
sbc: implement SBC encoder (low-complexity subband codec)
This was originally based on libsbc, and was fully integrated into ffmpeg.
Diffstat (limited to 'libavcodec/profiles.c')
-rw-r--r--libavcodec/profiles.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/profiles.c b/libavcodec/profiles.c
index 30498efedf..721587b3a6 100644
--- a/libavcodec/profiles.c
+++ b/libavcodec/profiles.c
@@ -140,4 +140,9 @@ const AVProfile ff_vp9_profiles[] = {
{ FF_PROFILE_UNKNOWN },
};
+const AVProfile ff_sbc_profiles[] = {
+ { FF_PROFILE_SBC_MSBC, "mSBC" },
+ { FF_PROFILE_UNKNOWN },
+};
+
#endif /* !CONFIG_SMALL */