From 968cfd27e659b42a0ca2b3c15265c8999086b45a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 25 Mar 2020 15:41:19 +0100 Subject: Rename ZMQ_ENCODER_XYZ constants --- src/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common.h') 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 }; -- cgit v1.2.3