Adds a _ctl() control API to the encoder and decoder
diff --git a/src/hybrid_decoder.h b/src/hybrid_decoder.h
index 85a7b21..180c32a 100644
--- a/src/hybrid_decoder.h
+++ b/src/hybrid_decoder.h
@@ -39,6 +39,9 @@
 	CELTMode    *celt_mode;
 	CELTDecoder *celt_dec;
 	void        *silk_dec;
+
+    int          mode;
+    int          bandwidth;
 };