1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avutil: add av_rescale_q_rnd() to allow different rounding

This commit is contained in:
Justin Ruggles
2012-02-13 15:35:00 -05:00
parent 0996f406c4
commit 0b42a9388c
4 changed files with 19 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-02-xx - xxxxxxx - lavu 51.23.1 - mathematics.h
Add av_rescale_q_rnd()
2012-02-xx - xxxxxxx - lavu 51.22.1 - pixdesc.h
Add PIX_FMT_PSEUDOPAL flag.