[vlc-commits] x264: add a missing \n in help string

Jean-Baptiste Kempf git at videolan.org
Fri Jul 10 12:31:31 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 12:27:20 2015 +0200| [1c6c301600499f2bf77847fd96d9dcfeefa7ad24] | committer: Jean-Baptiste Kempf

x264: add a missing \n in help string

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c6c301600499f2bf77847fd96d9dcfeefa7ad24
---

 modules/codec/x264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 76f724a..5390c96 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -298,7 +298,7 @@ static void x264_log( void *, int i_level, const char *psz, va_list );
     " - 2: Smart analysis\n" )
 
 #define ME_TEXT N_("Integer pixel motion estimation method")
-#define ME_LONGTEXT N_( "Selects the motion estimation algorithm: "\
+#define ME_LONGTEXT N_( "Selects the motion estimation algorithm:\n"\
     " - dia: diamond search, radius 1 (fast)\n" \
     " - hex: hexagonal search, radius 2\n" \
     " - umh: uneven multi-hexagon search (better but slower)\n" \



More information about the vlc-commits mailing list