diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-16 11:26:32 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-02-20 20:46:35 +0100 |
commit | 560b224f53fd553262790216d18c64665ebf436d (patch) | |
tree | 74c87cf7cc43391b7517c001b980856a2ea95bbc /doc/APIchanges | |
parent | 016c7bb762edded8d64f986e40b6f4cd739dd597 (diff) | |
download | ffmpeg-560b224f53fd553262790216d18c64665ebf436d.tar.gz |
libswr: allow to set custom matrices.
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 87e1aab865..1e94be42b2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-02-16 - xxxxxxx - libswr 0.7.100 + Add swr_set_matrix() function. + 2012-02-09 - xxxxxxx - lavu 51.39.100 Add a new installed header libavutil/timestamp.h with timestamp utilities. |