diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-29 07:50:16 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-01 09:22:47 +0200 |
commit | 5fccedaa67390ccddd6347c8e1c71b7664558bcd (patch) | |
tree | 5347733f50700535a21440cbec8a5ae1cbca28c1 /doc | |
parent | 141fdc763c2841b572d29a2ad78513e8d5325870 (diff) | |
download | ffmpeg-streaming-5fccedaa67390ccddd6347c8e1c71b7664558bcd.zip ffmpeg-streaming-5fccedaa67390ccddd6347c8e1c71b7664558bcd.tar.gz |
lavc: deprecate CODEC_FLAG_INPUT_PRESERVED
The addition of reference-counted frames makes it pointless.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 28afc9b..10366b0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-04-xx - xxxxxxx - avcodec.h + Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing + reference-counted frames to encoders. + 2014-04-xx - xxxxxxx - lavc 55.50.0 - dxva2.h Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs. |