vlc | branch: master | Kaarlo Raiha <[email protected]> | Sun Jul 31 13:21:21 2011 +0300| [b6f672732da93f2f1fb779a3ed8da0cae4bb92cf] | committer: Jean-Baptiste Kempf
Change optinos to options Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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") _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
