aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-03-25 15:41:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-03-25 15:41:19 +0100
commit968cfd27e659b42a0ca2b3c15265c8999086b45a (patch)
tree82f1cf8f9aaa0e2418ac11efc0a2244d86cef1f0 /src/common.h
parente9e1b673a111366ad9071933f3469891a735243a (diff)
downloadODR-SourceCompanion-968cfd27e659b42a0ca2b3c15265c8999086b45a.tar.gz
ODR-SourceCompanion-968cfd27e659b42a0ca2b3c15265c8999086b45a.tar.bz2
ODR-SourceCompanion-968cfd27e659b42a0ca2b3c15265c8999086b45a.zip
Rename ZMQ_ENCODER_XYZ constants
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
};