diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-09-09 16:38:21 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-09-14 09:57:55 +0200 |
commit | ae1dd0c9a61627169b9464ba56d3fea7ba19d4a1 (patch) | |
tree | 9396f19aff845bb8f401ace0f5adbff98d799e3a /doc/APIchanges | |
parent | 7f386bbe2a7976e39475360800c54c7484ac2719 (diff) | |
download | ffmpeg-ae1dd0c9a61627169b9464ba56d3fea7ba19d4a1.tar.gz |
lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg
In lavf we have access to st->internal->avctx so it's a better place
than in ffmpeg*.c and will allow moving to codecpar.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7ac809cab7..158a0b2e56 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-09-xx - xxxxxxx - lavf 57.49.100 - avformat.h + Add avformat_transfer_internal_stream_timing_info helper to help with stream + copy. + 2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h Add AVFilterContext.nb_threads. |