[vlc-commits] avcodec: no period after option short name

Edward Wang git at videolan.org
Mon Aug 19 06:21:00 CEST 2013


vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | 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é <funman at videolan.org>

> 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)
 {



More information about the vlc-commits mailing list