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:
cc59080
)
Incorrect check removed.
author
Benjamin Larsson
<banan@ludd.ltu.se>
Sat, 7 Jan 2006 23:38:17 +0000
(23:38 +0000)
committer
Benjamin Larsson
<banan@ludd.ltu.se>
Sat, 7 Jan 2006 23:38:17 +0000
(23:38 +0000)
Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c
patch
|
blob
|
history
diff --git
a/libavcodec/cook.c
b/libavcodec/cook.c
index 7cf76fa0ffbf858dadeb43b33ee5360559185bfb..7ebb951adcf9f30e0fcb5b6f0ce77b9348769236 100644
(file)
--- a/
libavcodec/cook.c
+++ b/
libavcodec/cook.c
@@
-1277,10
+1277,6
@@
static int cook_decode_init(AVCodecContext *avctx)
av_log(NULL,AV_LOG_ERROR,"total_subbands > 53, report sample!\n");
return -1;
}
- if (((q->subbands > 34) || (q->js_subband_start > 19)) && (q->joint_stereo)) {
- av_log(NULL,AV_LOG_ERROR,"subbands > 34 or js_subband_start > 19, report sample!\n");
- return -1;
- }
if (q->subbands > 50) {
av_log(NULL,AV_LOG_ERROR,"subbands > 50, report sample!\n");
return -1;