diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2015-11-03 09:57:17 -0800 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-11-09 08:09:34 +0100 |
commit | 48ff6683ba5d40b629428673b1028e8ec542a9fa (patch) | |
tree | bf3938f99ca50068b45a161ca1f3a0ba8d23578d /doc | |
parent | 79f5347a983342e2711ca8ba19ec3d8d151183f0 (diff) | |
download | ffmpeg-48ff6683ba5d40b629428673b1028e8ec542a9fa.tar.gz |
lavfi: add a frame_rate field to AVFilterLink.
(cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d301bd5fac..cc48b5109d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-11-xx - xxxxxxx - lavfi 6.1.0 - avfilter.h + Add a frame_rate field to AVFilterLink + 2015-xx-xx - xxxxxxx - lavc 57.6.0 - avcodec.h 2015-xx-xx - lavc 57.7.0 - avcodec.h |