[FFmpeg-devel] [PATCH] lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect

Alexander Strasser eclipse7 at gmx.net
Fri Jan 27 22:47:42 CET 2012


Hi,

Stefano Sabatini wrote:
[...]
> +#define av_parse_ratio_quite(rate, str, max) \
> +    av_parse_ratio(rate, str, max, AV_LOG_MAX_OFFSET, NULL)

  Should read "av_parse_ratio_quiet" because "quite" is quite a different thing ;)

[...]

  Alexander


More information about the ffmpeg-devel mailing list