diff options
author | Nicolas George <george@nsup.org> | 2014-02-20 14:14:34 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-05-26 11:40:15 +0200 |
commit | 55cc60cd6d9429270f5b3479c45a1abada72c05f (patch) | |
tree | 5573b0e2115878f2b1483cb60ed66b38e0677120 /doc/APIchanges | |
parent | 58a10e0e2ce185874e69d54294d192e4e4662a50 (diff) | |
download | ffmpeg-55cc60cd6d9429270f5b3479c45a1abada72c05f.tar.gz |
lavu: add thread message API.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4a47291917..395083c091 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-05-26 - xxxxxxx - lavu 52.87.100 - threadmessage.h + Add thread message queue API. + 2014-05-26 - c37d179 - lavf 55.41.100 - avformat.h Add format_probesize to AVFormatContext. |