diff options
author | Nicolas George | 2016-12-18 12:31:24 +0100 |
---|---|---|
committer | Nicolas George | 2017-01-12 14:06:16 +0100 |
commit | dbe9dbed31f0bf04ee0a8b5b667dc9c313684197 (patch) | |
tree | 571dbd3ac160244c2ae833133be3a22e5a4ec111 /doc | |
parent | 0b66c456f9caf5973943b5a0b008e920a655c3f9 (diff) |
lavfi/buffersink: add accessors for the stream properties.
av_buffersink_get_frame_rate() did already exist; its argument becomes const.
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 3279563d47..c0ed711ab2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-01-12 - xxxxxxx - lavfi 6.69.100- buffersink.h + Add av_buffersink_get_*() functions. + 2017-01-06 - xxxxxxx - lavf 57.62.100- avio.h Add avio_get_dyn_buf() |