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:42:03 +0200 |
commit | 2a8dadb38f6b458ffe3ac2037bace7c3892cb282 (patch) | |
tree | 18639049fdb70b64c37a982cfb9c4bec7dd47149 /doc/APIchanges | |
parent | 86fec7a7e861f0ad3c95cb27271267ec143ff754 (diff) | |
download | ffmpeg-2a8dadb38f6b458ffe3ac2037bace7c3892cb282.tar.gz |
doc/APIchanges: fill in missing git hash
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
-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. |