vlc | branch: master | Vittorio Giovara <[email protected]> | Tue Feb 5 19:39:47 2013 +0100| [a3ae4031787e58afaab9a7695e5f1a9126fe73fd] | committer: Felix Paul Kühne
rename configuration page title for x264 options Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3ae4031787e58afaab9a7695e5f1a9126fe73fd --- modules/codec/x264.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index c8178d0..1d00d5b 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -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 ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
