[SCM] libav/experimental: Cosmetics: add missing space to options.c
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:13:32 UTC 2013
The following commit has been merged in the experimental branch:
commit d0c38ea0aaea788e52b767af05bbaa70bb76e10b
Author: Jason Garrett-Glaser <darkshikari at gmail.com>
Date: Wed Aug 4 00:08:16 2010 +0000
Cosmetics: add missing space to options.c
Originally committed as revision 24688 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/options.c b/libavcodec/options.c
index 744957d..0577996 100644
--- a/libavcodec/options.c
+++ b/libavcodec/options.c
@@ -273,7 +273,7 @@ static const AVOption options[]={
{"rd", "rate distortion optimal, slow", 0, FF_OPT_TYPE_CONST, FF_CMP_RD, INT_MIN, INT_MAX, V|E, "cmp_func"},
{"zero", "0", 0, FF_OPT_TYPE_CONST, FF_CMP_ZERO, INT_MIN, INT_MAX, V|E, "cmp_func"},
{"vsad", "sum of absolute vertical differences", 0, FF_OPT_TYPE_CONST, FF_CMP_VSAD, INT_MIN, INT_MAX, V|E, "cmp_func"},
-{"vsse","sum of squared vertical differences", 0, FF_OPT_TYPE_CONST, FF_CMP_VSSE, INT_MIN, INT_MAX, V|E, "cmp_func"},
+{"vsse", "sum of squared vertical differences", 0, FF_OPT_TYPE_CONST, FF_CMP_VSSE, INT_MIN, INT_MAX, V|E, "cmp_func"},
{"nsse", "noise preserving sum of squared differences", 0, FF_OPT_TYPE_CONST, FF_CMP_NSSE, INT_MIN, INT_MAX, V|E, "cmp_func"},
#if CONFIG_SNOW_ENCODER
{"w53", "5/3 wavelet, only used in snow", 0, FF_OPT_TYPE_CONST, FF_CMP_W53, INT_MIN, INT_MAX, V|E, "cmp_func"},
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list