projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf6ada
)
Add max allowed subpackets in multichannel cook
author
Benjamin Larsson
<banan@ludd.ltu.se>
Sun, 15 Mar 2009 19:34:52 +0000
(19:34 +0000)
committer
Benjamin Larsson
<banan@ludd.ltu.se>
Sun, 15 Mar 2009 19:34:52 +0000
(19:34 +0000)
Originally committed as revision 17991 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c
patch
|
blob
|
history
diff --git
a/libavcodec/cook.c
b/libavcodec/cook.c
index 92e2be4c4ccccc2b463bd5008e476fb543749376..1c1bf72c62c11cf80792acb1acb53949a589980c 100644
(file)
--- a/
libavcodec/cook.c
+++ b/
libavcodec/cook.c
@@
-61,6
+61,7
@@
#define MC_COOK 0x2000000 //multichannel Cook, not supported
#define SUBBAND_SIZE 20
+#define MAX_SUBPACKETS 5
//#define COOKDEBUG
typedef struct {