summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2014-04-22 07:26:07 +0200
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2014-04-22 16:32:35 -0400
commit502512ea0f179165782777265f441d4061ff6012 (patch)
treebb97af8a98ed8b57bac120ed28db76d4902595a6 /doc
parent9155c595f1a9c5a089a59e2c0aefdfabd0a6c59b (diff)
avutil: Add av_get_time_base_q()
This fixes usage of AV_TIME_BASE_Q in C++ applications, which cannot use compound literals directly in their code. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 05f81b5d23..e163b56f3b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-04-xx - xxxxxxx - lavu 53.13.0 - avutil.h
+ Add av_get_time_base_q().
+
2014-04-xx - xxxxxxx - lavu 53.12.0 - crc.h
Add AV_CRC_16_ANSI_LE crc variant.