Commit b57e3d3e authored by Edward Wang's avatar Edward Wang Committed by Rafaël Carré

avcodec: no period after option short name

Normalise it with other options in advanced prefs.
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent abf5bf99
......@@ -74,8 +74,8 @@ static inline void vlc_init_avcodec(void)
# include <libavutil/avutil.h>
# include <libavutil/dict.h>
#define AV_OPTIONS_TEXT "Advanced options."
#define AV_OPTIONS_LONGTEXT "Advanced options, in the form {opt=val,opt2=val2} ."
#define AV_OPTIONS_TEXT "Advanced options"
#define AV_OPTIONS_LONGTEXT "Advanced options, in the form {opt=val,opt2=val2}."
static inline AVDictionary *vlc_av_get_options(const char *psz_opts)
{
......
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