summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-02-08 09:46:04 +0100
committerAnton Khirnov <anton@khirnov.net>2017-02-11 11:37:45 +0100
commit4de220d2e3751c459f8739a08ac6ca52e63eba30 (patch)
tree099e9902726a41b8f0dd7d39fa66d6874c79cc4c /doc
parentf44ec22e095c5ba00ffeadd891655c456e3dd014 (diff)
downloadffmpeg-streaming-4de220d2e3751c459f8739a08ac6ca52e63eba30.zip
ffmpeg-streaming-4de220d2e3751c459f8739a08ac6ca52e63eba30.tar.gz
frame: allow align=0 (meaning automatic) for av_frame_get_buffer()
This will avoid every caller from hardcoding some specific alignment, which may break in the future with new instruction sets.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index be34c92..9b9f46e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2017-02-xx - xxxxxxx - lavu 55.31.1 - frame.h
+ Allow passing the value of 0 (meaning "automatic") as the required alignment
+ to av_frame_get_buffer().
+
2017-02-xx - xxxxxxx - lavu 55.31.0 - cpu.h
Add av_cpu_max_align() for querying maximum required data alignment.
OpenPOWER on IntegriCloud