ffvpx: update ffmpeg to 3.4.13 ( c721020755 )

This commit is contained in:
roytam1 2023-08-28 07:48:28 +08:00
commit 6f9d5a9385
9 changed files with 31 additions and 8 deletions

View file

@ -134,6 +134,7 @@ int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
*
* The operation is mathematically equivalent to `a * b / c`, but writing that
* directly can overflow, and does not support different rounding methods.
* If the result is not representable then INT64_MIN is returned.
*
* @see av_rescale(), av_rescale_q(), av_rescale_q_rnd()
*/