[vlc-commits] Change optinos to options
Kaarlo Raiha
git at videolan.org
Mon Aug 1 00:22:33 CEST 2011
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun Jul 31 13:21:21 2011 +0300| [b6f672732da93f2f1fb779a3ed8da0cae4bb92cf] | committer: Jean-Baptiste Kempf
Change optinos to options
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6f672732da93f2f1fb779a3ed8da0cae4bb92cf
---
modules/codec/x264.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index d967aa5..835cb72 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -159,7 +159,7 @@ static void Close( vlc_object_t * );
#define MBTREE_LONGTEXT N_("You can disable use of Macroblock-tree on ratecontrol")
#define SLICE_COUNT N_("Force number of slices per frame")
-#define SLICE_COUNT_LONGTEXT N_("Force rectangular slices and is overridden by other slicing optinos")
+#define SLICE_COUNT_LONGTEXT N_("Force rectangular slices and is overridden by other slicing options")
#define SLICE_MAX_SIZE N_("Limit the size of each slice in bytes")
#define SLICE_MAX_SIZE_LONGTEXT N_("Sets a maximum slice size in bytes, Includes NAL overhead in size")
More information about the vlc-commits
mailing list