diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-07-24 23:17:17 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-04 12:55:07 +0100 |
commit | d2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26 (patch) | |
tree | db58a6aced1b2e24c59c1ca2cf973bcc6f776f36 /doc/APIchanges | |
parent | 5420099cab1e915b191cceccec4364f54cec6e52 (diff) | |
download | ffmpeg-d2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26.tar.gz |
pixdesc: Support pixelformat aliases
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 7b5b19a96b..5b865462d7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-08-xx - xxxxxxx - lavu 53.21.0 - pixdesc.h + Support name aliases for pixel formats. + 2014-08-xx - xxxxxxx - lavc 55.57.2 - avcodec.h 2014-08-xx - xxxxxxx - lavu 53.20.0 - frame.h Deprecate AVCodecContext.dtg_active_format and use side-data instead. |