[FFmpeg-soc] [soc]: r1143 - jpeg2000/aec.c
k.nowosad
subversion at mplayerhq.hu
Wed Aug 22 12:44:01 CEST 2007
Author: k.nowosad
Date: Wed Aug 22 12:44:01 2007
New Revision: 1143
Log:
removed old assignment
Modified:
jpeg2000/aec.c
Modified: jpeg2000/aec.c
==============================================================================
--- jpeg2000/aec.c (original)
+++ jpeg2000/aec.c Wed Aug 22 12:44:01 2007
@@ -95,7 +95,6 @@ void ff_aec_init_contexts(AecState *aec)
aec->cx_states[AEC_CX_UNI] = 2 * 46;
aec->cx_states[AEC_CX_RL] = 2 * 3;
aec->cx_states[0] = 2 * 4;
- aec->curcxstate = aec->cx_states;
for (i = 0; i < 47; i++){
ff_aec_qe[2*i ] =
More information about the FFmpeg-soc
mailing list