av_rescale

av_rescale.

int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;

オーバーフローを防いだa * b / cを行う