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