shithub: opus

Download patch

ref: a363e3952c92c074cc7aa933b5d8b6d06b2c7c7b
parent: 21af73eb217f64fef2f549bc752b860fc95e0293
author: Timothy B. Terriberry <[email protected]>
date: Tue Jan 18 05:44:35 EST 2011

Remove useless ec_dec_tell() call.

--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -1987,7 +1987,6 @@
          qg = ec_dec_bits(dec, 2);
          postfilter_tapset = ec_dec_icdf(dec, tapset_icdf, 2);
          postfilter_gain = QCONST16(.125f,15)*(qg+2);
-         tell = ec_dec_tell(dec, 0);
 #else /* ENABLE_POSTFILTER */
          RESTORE_STACK;
          return CELT_CORRUPTED_DATA;