[FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jun 4 20:49:18 CEST 2014


Stefano Sabatini <stefasab <at> gmail.com> writes:

> > +    if (dec_ctx->rc_max_rate > 0) print_val 
> ("max_bit_rate", dec_ctx->rc_max_rate, unit_bit_per_second_str);
> > +    else                       print_str_opt("max_bit_rate", "N/A");
> 
> AVCodecContext.rc_max_rate is an encoding parameter

The documentation is now fixed.

Carl Eugen



More information about the ffmpeg-devel mailing list