diff options
author | Kieran Kunhya <kierank@obe.tv> | 2014-08-03 19:24:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-04 05:36:44 +0200 |
commit | 2a3c36e920d958e99fb4edf065a6713c30f2c2a9 (patch) | |
tree | e9a75b83c7cdcd9bc0f24a7bcf3f0183058c8422 /doc/APIchanges | |
parent | 2793b218bdd59db51f1f5c960c508fea7190310e (diff) | |
download | ffmpeg-2a3c36e920d958e99fb4edf065a6713c30f2c2a9.tar.gz |
Deprecate AFD field and add AFD as side-data
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 6ba3de5c58..45b38ee24c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-08-04 - xxxxxxx - lavc 55.72.101 - avcodec.h +2014-08-04 - xxxxxxx - lavu 52.95.100 - frame.h + Deprecate AVCodecContext.dtg_active_format and use side-data instead + 2014-08-03 - xxxxxxx - lavc 55.72.100 - avcodec.h Add get_pixels() to AVDCT |