diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-05 17:00:53 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-08 15:13:28 -0400 |
commit | 4d693b023c885f6821e2347137943d751469bd0b (patch) | |
tree | 51ccb78156f411b1a8df45f03e886584f49c09b8 /doc | |
parent | 9294f538e924dcb8f3938e4e3476340f1e5b552f (diff) | |
download | ffmpeg-4d693b023c885f6821e2347137943d751469bd0b.tar.gz |
avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()
Based on a patch by Clément Bœsch <ubitux@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 80bea4fd51..889156e0bc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 51.27.0 - samplefmt.h + Add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() + 2012-xx-xx - xxxxxxx - lavu 51.26.0 - audioconvert.h Add av_get_default_channel_layout() |