Commit b6f67273 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

Change optinos to options

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 507299e7
...@@ -159,7 +159,7 @@ static void Close( vlc_object_t * ); ...@@ -159,7 +159,7 @@ static void Close( vlc_object_t * );
#define MBTREE_LONGTEXT N_("You can disable use of Macroblock-tree on ratecontrol") #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 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 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") #define SLICE_MAX_SIZE_LONGTEXT N_("Sets a maximum slice size in bytes, Includes NAL overhead in size")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment