vlc | branch: master | Edward Wang <[email protected]> | Sun Aug 18 23:27:18 2013 -0400| [b57e3d3ef8fde3433bafd989559120cbda4753c5] | committer: Rafaël Carré
avcodec: no period after option short name Normalise it with other options in advanced prefs. Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b57e3d3ef8fde3433bafd989559120cbda4753c5 --- modules/codec/avcodec/avcommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/avcodec/avcommon.h b/modules/codec/avcodec/avcommon.h index cded40e..dfd753e 100644 --- a/modules/codec/avcodec/avcommon.h +++ b/modules/codec/avcodec/avcommon.h @@ -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) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
