diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-07-16 16:36:23 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-08-02 10:46:11 +0200 |
commit | e3838b856f3cfa0a85db0bf427a0f733110c5158 (patch) | |
tree | f999c1f000992123e85a5857e9b111862f8a3c03 /doc | |
parent | eede1d2927db18b962741e6a09ec1401fdad6277 (diff) | |
download | ffmpeg-e3838b856f3cfa0a85db0bf427a0f733110c5158.tar.gz |
lavc: add API for exporting reconstructed frames from encoders
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f13c88dc50..0e9ea4d7c5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,11 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-08-xx - xxxxxxxxxx - lavc 59.41.100 - avcodec.h codec.h + Add AV_CODEC_FLAG_RECON_FRAME and AV_CODEC_CAP_ENCODER_RECON_FRAME. + avcodec_receive_frame() may now be used on encoders when + AV_CODEC_FLAG_RECON_FRAME is active. + 2022-08-xx - xxxxxxxxxx - lavu 57.31.100 - frame.h av_frame_make_writable() may now be called on non-refcounted frames and will make a refcounted copy out of them. |