Commit a3ae4031 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Felix Paul Kühne

rename configuration page title for x264 options

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 9daa9e5d
......@@ -442,10 +442,10 @@ static const char *const framepacking_list_text[] =
vlc_module_begin ()
#ifdef MODULE_NAME_IS_x26410b
set_description( N_("H.264/MPEG4 AVC encoder (x264 10-bit)"))
set_description( N_("H.264/MPEG-4 Part 10/AVC encoder (x264 10-bit)"))
set_capability( "encoder", 0 )
#else
set_description( N_("H.264/MPEG4 AVC encoder (x264)"))
set_description( N_("H.264/MPEG-4 Part 10/AVC encoder (x264)"))
set_capability( "encoder", 200 )
#endif
set_callbacks( Open, Close )
......
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