Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-17 20:12:42 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-02-09 21:37:58 +0400
commitc28e7af70da17fe523a5504356dbdc1d27b0c73b (patch)
tree34e950a864bc8856ffaa24a3484343c0e1c0a0ba /doc
parent71d6b46849ca1c04d5ec7b74c9e48bdce68d5ebe (diff)
lavu: add timestamp.h header with convenience timestamp utilities
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7a3117e58c..87e1aab865 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-02-09 - xxxxxxx - lavu 51.39.100
+ Add a new installed header libavutil/timestamp.h with timestamp
+ utilities.
+
2012-02-06 - xxxxxxx - lavu 51.38.100
Add av_parse_ratio() function to parseutils.h.