{"maxrate","Set maximum bitrate tolerance (in bits/s). Requires bufsize to be set.",OFFSET(rc_max_rate),AV_OPT_TYPE_INT,{.i64=DEFAULT},INT_MIN,INT_MAX,V|A|E},
{"minrate","Set minimum bitrate tolerance (in bits/s). Most useful in setting up a CBR encode. It is of little use otherwise.",
{"maxrate","maximum bitrate (in bits/s). Used for VBV together with bufsize.",OFFSET(rc_max_rate),AV_OPT_TYPE_INT,{.i64=DEFAULT},0,INT_MAX,V|A|E},
{"minrate","minimum bitrate (in bits/s). Most useful in setting up a CBR encode. It is of little use otherwise.",