diff options
author | Marton Balint <cus@passwd.hu> | 2020-09-05 23:04:28 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-12-03 18:32:54 +0100 |
commit | eca12f4d5a9231b0e6b71f55525518f104877ee6 (patch) | |
tree | b52f3cd54e26eed79027977f2db57fe8c095ccbb /doc/APIchanges | |
parent | 2d90d51c561c2e4c36a00d1ba666adee5028663c (diff) | |
download | ffmpeg-eca12f4d5a9231b0e6b71f55525518f104877ee6.tar.gz |
avutil/timecode: add av_timecode_init_from_components
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index bb19cbea7c..3fb9e12525 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-12-03 - xxxxxxxxxx - lavu 56.62.100 - timecode.h + Add av_timecode_init_from_components. + 2020-xx-xx - xxxxxxxxxx - lavc 58.114.100 - avcodec.h Deprecate AVCodecContext.thread_safe_callbacks. Starting with LIBAVCODEC_VERSION_MAJOR=60, user callbacks must always be |