X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmux%2Fmp4.c;h=eb50dbfc055e22258da432c1058b3be46714af68;hb=848489c3863b1b7ddbe542aa3e746063722b9280;hp=320e00049d3d08314eafdae270ba8915db52f1fd;hpb=27d483e9ef7a451397d7857251c8d67097661f1d;p=vlc diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c index 320e00049d..eb50dbfc05 100644 --- a/modules/mux/mp4.c +++ b/modules/mux/mp4.c @@ -30,7 +30,7 @@ # include "config.h" #endif -#include +#include #include #include #include @@ -39,7 +39,7 @@ #include #endif -#include "iso_lang.h" +#include #include "vlc_meta.h" /***************************************************************************** @@ -57,7 +57,7 @@ static void Close ( vlc_object_t * ); #define SOUT_CFG_PREFIX "sout-mp4-" vlc_module_begin(); - set_description( _("MP4/MOV muxer") ); + set_description( N_("MP4/MOV muxer") ); set_category( CAT_SOUT ); set_subcategory( SUBCAT_SOUT_MUX ); set_shortname( "MP4" ); @@ -75,7 +75,7 @@ vlc_module_end(); /***************************************************************************** * Exported prototypes *****************************************************************************/ -static const char *ppsz_sout_options[] = { +static const char *const ppsz_sout_options[] = { "faststart", NULL };