From 4de220d2e3751c459f8739a08ac6ca52e63eba30 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Feb 2017 09:46:04 +0100 Subject: 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. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index be34c92d3f..9b9f46ef49 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. -- cgit v1.2.3