X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpthread.c;h=686994d51f4e524d8417750916d33e39b5e7ad2b;hb=5520df6a8f13fed175f74a00893775bc218a43b4;hp=79abd26eb6421b547947e5e2ee44deae713001f9;hpb=a9d114dc8a24ae439fa6a2fe5eb1bfc346a0ad4a;p=ffmpeg diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index 79abd26eb64..686994d51f4 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -467,7 +467,6 @@ static int update_context_from_user(AVCodecContext *dst, AVCodecContext *src) dst->release_buffer = src->release_buffer; dst->opaque = src->opaque; - dst->dsp_mask = src->dsp_mask; dst->debug = src->debug; dst->debug_mv = src->debug_mv;