diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-03-10 18:26:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-25 11:59:42 +0200 |
commit | 064b875e894f45ea9e0426696559645d87af0bc3 (patch) | |
tree | 05d5fbe353f5f60f46f6d4eefb242dacb5acbc17 /doc/APIchanges | |
parent | 37140ebd87f549eae86a5b548d717a1e97203dd6 (diff) | |
download | ffmpeg-064b875e894f45ea9e0426696559645d87af0bc3.tar.gz |
h264dec: support exporting QP tables through the AVVideoEncParams API
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 24c81d856c..56ec9f8ac3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-05-23 - xxxxxxxxxx - lavu 56.49.100 - video_enc_params.h + Add AV_VIDEO_ENC_PARAMS_H264. + 2020-05-23 - xxxxxxxxxx - lavu 56.48.100 - hwcontext.h Add av_hwdevice_ctx_create_derived_opts. |