summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-09-20 01:36:13 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-09-20 01:36:13 +0200
commitf9f9d5943f794f7dc9f5c02d32f6038ad0fede2d (patch)
tree9163f87359203a1dda86ab677b4453380cd8a99e /libavcodec/cook.c
parenta221af1f5eea7313472b1cbeaa566b66d025fea6 (diff)
lavc/cook: Remove an incorrect comment.
Multichannel cook was implemented in 67da3182.
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r--libavcodec/cook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index c5f68c98ba..aa11205166 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -60,7 +60,7 @@
#define MONO 0x1000001
#define STEREO 0x1000002
#define JOINT_STEREO 0x1000003
-#define MC_COOK 0x2000000 // multichannel Cook, not supported
+#define MC_COOK 0x2000000
#define SUBBAND_SIZE 20
#define MAX_SUBPACKETS 5