Commit dcb17ac0 authored by Sam Hocevar's avatar Sam Hocevar

* modules/stream_out/switcher.c: fixed forbidden empty string for gettext.

parent dace3170
...@@ -95,7 +95,7 @@ static block_t *AudioGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -95,7 +95,7 @@ static block_t *AudioGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id,
"Number of P frames between two I frames." ) "Number of P frames between two I frames." )
#define QSCALE_TEXT N_("Quantizer scale") #define QSCALE_TEXT N_("Quantizer scale")
#define QSCALE_LONGTEXT N_( \ #define QSCALE_LONGTEXT N_( \
"" ) "Quantizer scale." )
vlc_module_begin(); vlc_module_begin();
set_description( _("MPEG2 video switcher stream output") ); set_description( _("MPEG2 video switcher stream output") );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment