lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type

This commit is contained in:
Justin Ruggles
2012-04-26 16:02:37 -04:00
parent f1ffb01ee9
commit 4010d724e1
7 changed files with 18 additions and 15 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-xx-xx - xxxxxxx - lavr 0.0.1
Change AV_MIX_COEFF_TYPE_Q6 to AV_MIX_COEFF_TYPE_Q8.
2012-04-25 - 3527a73 - lavu 51.29.0 - cpu.h
Add av_parse_cpu_flags()