summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-07-24 15:09:32 +0200
committerMarton Balint <cus@passwd.hu>2020-09-13 17:51:57 +0200
commit837b6eb90edb8b21b3547876bbf74fe6f45147d0 (patch)
tree82bb22b029eb19fd66a00a68a0ea128a2b54b0d3 /doc/APIchanges
parent535740167134ac6616344261157cf7e2a4ce8a9c (diff)
avutil/timecode: add av_timecode_make_smpte_tc_string2
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0054908e1e..e2d7369c83 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-09-xx - xxxxxxxxxx - lavu 56.59.100 - timecode.h
+ Add av_timecode_make_smpte_tc_string2.
+
2020-08-21 - xxxxxxxxxx - lavu 56.58.100 - avstring.h
Deprecate av_d2str(). Use av_asprintf() instead.