diff --git a/modules/codec/speex.c b/modules/codec/speex.c index 38eb459dc667214843706f5eb111f1ac04e3f195..08a2ab1fc9aeb812f69073e4c37c589373a9aca1 100644 --- a/modules/codec/speex.c +++ b/modules/codec/speex.c @@ -87,7 +87,7 @@ static void CloseEncoder ( vlc_object_t * ); static const int pi_enc_mode_values[] = { 0, 1, 2 }; static const char * const ppsz_enc_mode_descriptions[] = { - N_("Narrow-band (8kHz)"), N_("Wide-band (16kHz)"), N_("Ultra-wideband (32kHz)"), NULL + N_("Narrow-band (8kHz)"), N_("Wide-band (16kHz)"), N_("Ultra-wideband (32kHz)") }; vlc_module_begin ()