[vlc-commits] rename configuration page title for x264 options
Vittorio Giovara
git at videolan.org
Tue Feb 5 19:48:51 CET 2013
vlc | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | 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 <fkuehne at videolan.org>
> 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 )
More information about the vlc-commits
mailing list