projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a221af1
)
lavc/cook: Remove an incorrect comment.
author
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 19 Sep 2019 23:36:13 +0000
(
01:36
+0200)
committer
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 19 Sep 2019 23:36:13 +0000
(
01:36
+0200)
Multichannel cook was implemented in
67da3182
.
libavcodec/cook.c
patch
|
blob
|
history
diff --git
a/libavcodec/cook.c
b/libavcodec/cook.c
index
c5f68c9
..
aa11205
100644
(file)
--- 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