[FFmpeg-soc] [soc]: r1170 - qcelp/qcelpdec.c
reynaldo
subversion at mplayerhq.hu
Thu Aug 23 21:09:14 CEST 2007
Author: reynaldo
Date: Thu Aug 23 21:09:14 2007
New Revision: 1170
Log:
There is no need to trust claimed rate that much when we can figure out latter if frame is realy of insufficient quality
Modified:
qcelp/qcelpdec.c
Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c (original)
+++ qcelp/qcelpdec.c Thu Aug 23 21:09:14 2007
@@ -809,7 +809,6 @@ static int qcelp_decode_frame(AVCodecCon
{
av_log(avctx, AV_LOG_WARNING,
"Claimed rate and buffer size missmatch\n");
- is_ifq=1;
}
}
More information about the FFmpeg-soc
mailing list