diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-01 02:42:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-01 02:43:01 +0200 |
commit | ce36e74e75751c721185fbebaa4ee8714b44c5a5 (patch) | |
tree | a1b015a25b74e8b82577d9d9f574ab6e4c2a774b | |
parent | fc25481d17bec3c7191d933fcc25e87c0a20a3a1 (diff) | |
download | ffmpeg-ce36e74e75751c721185fbebaa4ee8714b44c5a5.tar.gz |
doc/APIchanges: fill in missing git hashn3.1.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 2a8dadb38f6b458ffe3ac2037bace7c3892cb282)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index bca899240c..52cd48ca5d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -23,7 +23,7 @@ API changes, most recent first: 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 +2016-06-29 - 1a751455 - 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. |