Mercurial > libavformat.hg
changeset 1984:2163852713c5 libavformat
Add some help for the analyzeduration option.
patch by Vctor Paesa, wzrlpy arsystel com
author | diego |
---|---|
date | Fri, 06 Apr 2007 09:43:32 +0000 |
parents | fbc66bf1f15d |
children | b5e15030d788 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Wed Apr 04 11:51:08 2007 +0000 +++ b/utils.c Fri Apr 06 09:43:32 2007 +0000 @@ -296,7 +296,7 @@ {"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"}, {"track", " set the track number", OFFSET(track), FF_OPT_TYPE_INT, DEFAULT, 0, INT_MAX, E}, {"year", "set the year", OFFSET(year), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, E}, -{"analyzeduration", NULL, OFFSET(max_analyze_duration), FF_OPT_TYPE_INT, 3*AV_TIME_BASE, 0, INT_MAX, D}, +{"analyzeduration", "how many microseconds are analyzed to estimate duration", OFFSET(max_analyze_duration), FF_OPT_TYPE_INT, 3*AV_TIME_BASE, 0, INT_MAX, D}, {NULL}, };