lavc: add sample rate and channel layout to AVFrame.

Rationale is the same as for video width/height etc.
This commit is contained in:
Anton Khirnov
2012-05-04 19:12:31 +02:00
parent 37f4a976b3
commit 828bd088f3
4 changed files with 24 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-xx-xx - xxxxxxx - lavc 54.13.0 - avcodec.h
Add sample_rate and channel_layout fields to AVFrame.
2012-xx-xx - xxxxxxx - lavr 0.0.1
Change AV_MIX_COEFF_TYPE_Q6 to AV_MIX_COEFF_TYPE_Q8.