diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-01 09:54:38 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-08 20:54:24 +0100 |
commit | 52f82a11489af88960c8774c142cbde78063365f (patch) | |
tree | d3e73db65b11efc036b5f195d05e3563236c1090 /doc/APIchanges | |
parent | 21d0d1d64f9b616d8417cd18fc8d457c49eb2c2c (diff) | |
download | ffmpeg-52f82a11489af88960c8774c142cbde78063365f.tar.gz |
lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket
Deprecate avcodec_encode_video().
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 bf0f28af0c..8da67d0ae2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-02-01 - xxxxxxx - lavc 54.01.0 + Add avcodec_encode_video2() and deprecate avcodec_encode_video(). + 2012-02-01 - 316fc74 - lavc 54.01.0 Add av_fast_padded_malloc() as alternative for av_realloc() when aligned memory is required. The buffer will always have FF_INPUT_BUFFER_PADDING_SIZE |