Testing the range coder final state
diff --git a/src/opus_decoder.h b/src/opus_decoder.h
index 8086b90..e6f0534 100644
--- a/src/opus_decoder.h
+++ b/src/opus_decoder.h
@@ -45,6 +45,10 @@
     int          bandwidth;
     /* Sampling rate (at the API level) */
     int          Fs;
+
+#ifdef OPUS_TEST_RANGE_CODER_STATE
+    int          rangeFinal;
+#endif
 };
 
 inline short ADD_SAT16(a, b) {