aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-06-30 18:12:41 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-01 02:12:28 +0200
commit5c695ce90386e7871fabba2219d4076e70a78d01 (patch)
treee89572cf86b8ae20274512ee5011d3e84689893c
parentf617b94c233fb070810c03478968c3e036787564 (diff)
downloadffmpeg-5c695ce90386e7871fabba2219d4076e70a78d01.tar.gz
doc/APIchanges: document the lavu/lavf field moves
Based-on: patch by James Almer Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 86fec7a7e861f0ad3c95cb27271267ec143ff754) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--doc/APIchanges8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 47106c22e7..bca899240c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,14 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-06-30 - c1c7e0ab - lavf 57.41.100 - avformat.h
+ Moved codecpar field from AVStream to the end of the struct, so that
+ the following private fields are in the same location as in FFmpeg 3.0 (lavf 57.25.100).
+
+2016-06-30 - 042fb69d - lavu 55.28.100 - frame.h
+ Moved hw_frames_ctx field from AVFrame to the end of the struct, so that
+ the following private fields are in the same location as in FFmpeg 3.0 (lavu 55.17.103).
+
2016-06-29 - xxxxxxx - lavfi 6.47.100 - avfilter.h
Fix accidental ABI breakage in AVFilterContext.
ABI was broken in 8688d3a, lavfi 6.42.100 and released as ffmpeg 3.1.