X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fdecoder.c;h=af31e71c74dbbd270b3c0639bda5ea773b4d5c2d;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=a384635ac5a6a46ad8a364fcf2072035984a9610;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/src/input/decoder.c b/src/input/decoder.c index a384635ac5..af31e71c74 100644 --- a/src/input/decoder.c +++ b/src/input/decoder.c @@ -132,7 +132,7 @@ decoder_t *input_DecoderNew( input_thread_t *p_input, if( p_dec == NULL ) { msg_Err( p_input, "could not create packetizer" ); - intf_UserFatal( p_input, VLC_FALSE, _("Streaming / Transcoding failed"), + intf_UserFatal( p_input, VLC_FALSE, _("Streaming / Transcoding failed"), _("VLC could not open the packetizer module.") ); return NULL; } @@ -144,7 +144,7 @@ decoder_t *input_DecoderNew( input_thread_t *p_input, if( p_dec == NULL ) { msg_Err( p_input, "could not create decoder" ); - intf_UserFatal( p_input, VLC_FALSE, _("Streaming / Transcoding failed"), + intf_UserFatal( p_input, VLC_FALSE, _("Streaming / Transcoding failed"), _("VLC could not open the decoder module.") ); return NULL; }