[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cook.c,1.4,1.5
Benjamin Larsson CVS
banan
Sun Jan 8 00:38:19 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv24447/libavcodec
Modified Files:
cook.c
Log Message:
Incorrect check removed.
Index: cook.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/cook.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cook.c 6 Jan 2006 12:41:57 -0000 1.4
+++ cook.c 7 Jan 2006 23:38:17 -0000 1.5
@@ -1277,10 +1277,6 @@
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;
More information about the ffmpeg-cvslog
mailing list