[xiph-commits] r7408 - experimental/derf/theora-exp/lib
tterribe at dactyl.lonelymoon.com
tterribe
Wed Jul 28 18:16:00 PDT 2004
Author: tterribe
Date: Wed Jul 28 18:16:00 2004
New Revision: 7408
Modified:
experimental/derf/theora-exp/lib/encode.c
Log:
Fix encoder compile error introduced by previous commit.
Modified: experimental/derf/theora-exp/lib/encode.c
===================================================================
--- experimental/derf/theora-exp/lib/encode.c 2004-07-28 22:50:47 UTC (rev 7407)
+++ experimental/derf/theora-exp/lib/encode.c 2004-07-29 01:15:58 UTC (rev 7408)
@@ -1340,7 +1340,7 @@
_enc->enquant_tables[qti][pli][frag->qi],iquants[frag->qi]);
/*While we're here and things are in cache, reconstruct the quantized
fragment.*/
- oc_state_frag_recon(&_enc->state,frag,pli,efrag->dct_coeffs,nnzc,
+ oc_state_frag_recon(&_enc->state,frag,pli,efrag->dct_coeffs,nnzc,nnzc,
iquants[_enc->state.qis[0]][0],iquants[frag->qi]);
}
}
More information about the commits
mailing list