[vlc-devel] [PATCH 1/2] avcodec: no period after option short name

Edward Wang edward.c.wang at compdigitec.com
Mon Aug 19 05:27:18 CEST 2013


Normalise it with other options in advanced prefs.
---
 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)
 {
-- 
1.8.4.rc3




More information about the vlc-devel mailing list