diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 17:12:42 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-09 18:37:58 +0100 |
commit | c28e7af70da17fe523a5504356dbdc1d27b0c73b (patch) | |
tree | 34e950a864bc8856ffaa24a3484343c0e1c0a0ba /doc/APIchanges | |
parent | 71d6b46849ca1c04d5ec7b74c9e48bdce68d5ebe (diff) | |
download | ffmpeg-c28e7af70da17fe523a5504356dbdc1d27b0c73b.tar.gz |
lavu: add timestamp.h header with convenience timestamp utilities
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
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. |