Incorrect check removed.
Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc59080c01
commit
51bb91cb24
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue