diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:43 +0100 |
commit | f0cb13958d8b45800f29b067ce2bc6e9f5f58740 (patch) | |
tree | 3ebc63f154205bb7270082600b8f278085131edd /libavformat/options.c | |
parent | 2f5e728b58c564b89f565fa2149dbbb6ccfce734 (diff) | |
download | ffmpeg-f0cb13958d8b45800f29b067ce2bc6e9f5f58740.tar.gz |
lavf: remove disabled FF_API_MUXRATE cruft
Diffstat (limited to 'libavformat/options.c')
-rw-r--r-- | libavformat/options.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index 7dbb8711a7..dcc3d60995 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -82,9 +82,6 @@ static const AVClass *format_child_class_next(const AVClass *prev) static const AVOption options[]={ {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT, {.dbl = 5000000 }, 32, INT_MAX, D}, -#if FF_API_MUXRATE -{"muxrate", "set mux rate", OFFSET(mux_rate), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, INT_MAX, E}, -#endif {"packetsize", "set packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, INT_MAX, E}, {"fflags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.dbl = DEFAULT }, INT_MIN, INT_MAX, D|E, "fflags"}, {"ignidx", "ignore index", 0, AV_OPT_TYPE_CONST, {.dbl = AVFMT_FLAG_IGNIDX }, INT_MIN, INT_MAX, D, "fflags"}, |