diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2010-06-24 17:59:49 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2010-06-24 17:59:49 +0000 |
commit | 1f563bfa15bd974547c714368e5785faa2551e7d (patch) | |
tree | a872d58549eb9db56488f793d34f3c094431d215 | |
parent | 741b5fd44a00adc5fb29e44f607b90cbdb3a8c00 (diff) | |
download | ffmpeg-1f563bfa15bd974547c714368e5785faa2551e7d.tar.gz |
Remove typo: s/ingore/ignore/
Originally committed as revision 23758 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index 0c1ac2d866..6a7f908fee 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -48,7 +48,7 @@ static const AVOption options[]={ {"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"}, {"nofillin", "do not fill in missing values that can be exactly calculated", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_NOFILLIN, INT_MIN, INT_MAX, D, "fflags"}, {"noparse", "disable AVParsers, this needs nofillin too", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_NOPARSE, INT_MIN, INT_MAX, D, "fflags"}, -{"igndts", "ingore dts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_IGNDTS, INT_MIN, INT_MAX, D, "fflags"}, +{"igndts", "ignore dts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_IGNDTS, INT_MIN, INT_MAX, D, "fflags"}, {"rtphint", "add rtp hinting", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_RTP_HINT, INT_MIN, INT_MAX, E, "fflags"}, #if LIBAVFORMAT_VERSION_INT < (53<<16) {"track", " set the track number", OFFSET(track), FF_OPT_TYPE_INT, DEFAULT, 0, INT_MAX, E}, |