[FFmpeg-soc] [soc]: r900 - qcelp/qcelpdec.c
reynaldo
subversion at mplayerhq.hu
Thu Aug 16 23:29:14 CEST 2007
Author: reynaldo
Date: Thu Aug 16 23:29:14 2007
New Revision: 900
Log:
uneeded WIP placeholder, two bit number can't have another value
Modified:
qcelp/qcelpdec.c
Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c (original)
+++ qcelp/qcelpdec.c Thu Aug 16 23:29:14 2007
@@ -239,7 +239,6 @@ void qcelp_decode_params(AVCodecContext
case 1: gain[0]=-2; break;
case 2: gain[0]= 0; break;
case 3: gain[0]= 2; break;
- default:; /* shouldn't happen.. must propagate some error */
}
gs[0]=1;
/* WIP finish rate 1/8 calculations, spec is kind of fuzzy here */
More information about the FFmpeg-soc
mailing list