diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 11:26:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:22:51 +0100 |
commit | a1504eee41b39f62dbfe0a0ca6b96c2716bf7577 (patch) | |
tree | e0703f03564323da1db5ef9dca359bcfd91c31ad /libavcodec/pthread.c | |
parent | fae753af709537fc75ff1c4ce21fc1f4429af929 (diff) | |
download | ffmpeg-a1504eee41b39f62dbfe0a0ca6b96c2716bf7577.tar.gz |
lavc: deprecate AVCodecContext.debug_mv
It has been unused since 37045e422903695e610cca6ecb753df643ab9380.
Diffstat (limited to 'libavcodec/pthread.c')
-rw-r--r-- | libavcodec/pthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index b646f66ab1..480a11584b 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -423,7 +423,6 @@ FF_ENABLE_DEPRECATION_WARNINGS dst->opaque = src->opaque; dst->debug = src->debug; - dst->debug_mv = src->debug_mv; dst->slice_flags = src->slice_flags; dst->flags2 = src->flags2; |