diff options
author | James Almer <jamrial@gmail.com> | 2021-01-24 20:45:18 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-01-25 19:31:04 -0300 |
commit | 56709ca8aaffed529b62b2afa4288325d64dae57 (patch) | |
tree | b086c1d2b87a6dc49651808a64be26b1dc8281a9 /doc/APIchanges | |
parent | c3f3b562c92ed8422f2db085f7d2a4a618e1e2d4 (diff) | |
download | ffmpeg-56709ca8aaffed529b62b2afa4288325d64dae57.tar.gz |
avcodec: deprecate AVCodecContext.debug_mv
It's been unused for almost three years now.
Signed-off-by: James Almer <jamrial@gmail.com>
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 bbf56a5385..1509c9b8cb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2017-10-21 API changes, most recent first: +2021-01-25 - xxxxxxxxxx - lavc 58.119.100 - avcodec.h + Deprecate AVCodecContext.debug_mv, FF_DEBUG_VIS_MV_P_FOR, FF_DEBUG_VIS_MV_B_FOR, + FF_DEBUG_VIS_MV_B_BACK + 2021-01-11 - xxxxxxxxxx - lavc 58.116.100 - avcodec.h Add FF_PROFILE_VVC_MAIN_10 and FF_PROFILE_VVC_MAIN_10_444. |