[SCM] libav/experimental: Typo fix

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:22 UTC 2013


The following commit has been merged in the experimental branch:
commit d4de20d11c57c5e79bd67369936135f9f32a9cd6
Author: Guillaume Poirier <gpoirier at mplayerhq.hu>
Date:   Wed Nov 2 09:18:32 2005 +0000

    Typo fix
    
    Originally committed as revision 4672 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 47a3d2a..ece399e 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -701,7 +701,7 @@ static AVOption options[]={
 {"frame_skip_threshold", NULL, OFFSET(frame_skip_threshold), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
 {"frame_skip_factor", NULL, OFFSET(frame_skip_factor), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
 {"frame_skip_exp", NULL, OFFSET(frame_skip_exp), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
-{"skipcmp", "frame skip comapare function", OFFSET(frame_skip_cmp), FF_OPT_TYPE_INT, FF_CMP_DCTMAX, INT_MIN, INT_MAX, V|E, "cmp_func"},
+{"skipcmp", "frame skip compare function", OFFSET(frame_skip_cmp), FF_OPT_TYPE_INT, FF_CMP_DCTMAX, INT_MIN, INT_MAX, V|E, "cmp_func"},
 {"border_mask", NULL, OFFSET(border_masking), FF_OPT_TYPE_FLOAT, DEFAULT, FLT_MIN, FLT_MAX, V|E},
 {"mb_lmin", NULL, OFFSET(mb_lmin), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
 {"mb_lmax", NULL, OFFSET(mb_lmax), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list