diff --git a/libavcodec/options.c b/libavcodec/options.c index 2655bb0ecb..5a2c281e4c 100644 --- a/libavcodec/options.c +++ b/libavcodec/options.c @@ -491,9 +491,6 @@ int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) dest->slice_offset = NULL; dest->internal_buffer = NULL; dest->hwaccel = NULL; - dest->execute = NULL; - dest->execute2 = NULL; - dest->reget_buffer = NULL; dest->thread_opaque = NULL; /* reallocate values that should be allocated separately */