summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorDerek Buitenhuis <[email protected]>2014-04-22 07:26:07 +0200
committerDerek Buitenhuis <[email protected]>2014-04-22 16:38:33 -0400
commitdac7e8a94e49e41f1dd0af34dc17d124d5b156ba (patch)
tree15fab86137f6c9f2b91f2e4925f3fb21c74e7123 /doc/APIchanges
parent6d149d28183a59a28143431f8e629484a52948b2 (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 <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
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 453707cbad..880e1d325f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-04-xx - xxxxxxx - lavu 53.13.0 / 52.78.100 - avutil.h
+ Add av_get_time_base_q().
+
2014-04-xx - xxxxxxx - lavu 53.12.0 / 52.77.100 - crc.h
Add AV_CRC_16_ANSI_LE crc variant.