diff options
author | Kieran Kunhya <kierank@ob-encoder.com> | 2013-06-22 10:16:11 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-06-24 08:03:26 +0200 |
commit | 95d52464542f532061290192518d5fe1c1930e8d (patch) | |
tree | 230b2f45399420dad0b1f26d344d816321ff6abc /doc/APIchanges | |
parent | ace87c19ed4c4882d7b9b3ce512c4c195e39a203 (diff) | |
download | ffmpeg-95d52464542f532061290192518d5fe1c1930e8d.tar.gz |
lavc: Add option to encode MPEG-2 AAC with libfdk-aac
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c3018357f8..cdfcc096be 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-06-xx - xxxxxxx - lavc 55.10.0 - avcodec.h + Add MPEG-2 AAC profiles + 2013-06-xx - xxxxxxx - lavu 52.13.0 - mem.h Add av_realloc_array and av_reallocp_array |