diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-01-02 11:07:11 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-01-20 12:52:28 +0100 |
commit | 93c553c71ef48550ff7c2aa7b5712a7e01f1999f (patch) | |
tree | 0fe895e7ff6c82c6208c24e709afb4fdb766ce0b /doc | |
parent | 024db24912a39316b0ef0b7d793307d62da038f4 (diff) | |
download | ffmpeg-93c553c71ef48550ff7c2aa7b5712a7e01f1999f.tar.gz |
lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1152ecd582..e4bd6d8077 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-01-xx - xxxxxxx - lavc 55.32.1 - avcodec.h + Edges are not required anymore on video buffers allocated by get_buffer2() + (i.e. as if the CODEC_FLAG_EMU_EDGE flag was always on). Deprecate + CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). + 2013-12-xx - xxxxxxx - lavu 53.2.0 - frame.h Add AV_FRAME_DATA_MATRIXENCODING value to the AVFrameSideDataType enum, which identifies AVMatrixEncoding data. |