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 /libavcodec/pthread_frame.c | |
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 'libavcodec/pthread_frame.c')
-rw-r--r-- | libavcodec/pthread_frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index a570e25e0d..4429a4d59c 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -342,7 +342,6 @@ static int update_context_from_user(AVCodecContext *dst, AVCodecContext *src) dst->opaque = src->opaque; dst->debug = src->debug; - dst->debug_mv = src->debug_mv; dst->slice_flags = src->slice_flags; dst->flags2 = src->flags2; |