aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 774a4a0..12fd68a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -25,8 +25,8 @@
#define NUM_SAMPLES_PER_CALL 10 // 10 samples @ 32kHz = 3.125ms
//! Enumeration of encoders we can use
-enum class encoder_selection_t {
- fdk_dabplus,
- toolame_dab
+enum class codec_selection_t {
+ dabplus,
+ mpeg_layer_2
};