Mercurial > libavformat.hg
changeset 1319:d93c1458d7be libavformat
Migrate the "muxrate" OptionDef option to become an AVOption.
author | takis |
---|---|
date | Wed, 20 Sep 2006 08:23:01 +0000 |
parents | defa841523a9 |
children | 5cda22873c51 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Sun Sep 17 09:39:49 2006 +0000 +++ b/utils.c Wed Sep 20 08:23:01 2006 +0000 @@ -466,6 +466,7 @@ static const AVOption options[]={ {"probesize", NULL, OFFSET(probesize), FF_OPT_TYPE_INT, 32000, 32, INT_MAX, D}, /* 32000 from mpegts.c: 1.0 second at 24Mbit/s */ +{"muxrate", "set mux rate", OFFSET(mux_rate), FF_OPT_TYPE_INT, DEFAULT, 0, INT_MAX, E}, {"fflags", NULL, OFFSET(flags), FF_OPT_TYPE_FLAGS, DEFAULT, INT_MIN, INT_MAX, D, "fflags"}, {"ignidx", "ignore index", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_IGNIDX, INT_MIN, INT_MAX, D, "fflags"}, {"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"},