avcodec: deprecate AVCodecContext.debug_mv

It's been unused for almost three years now.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2021-01-24 20:45:18 -03:00
parent c3f3b562c9
commit 56709ca8aa
4 changed files with 12 additions and 5 deletions

View file

@ -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.