diff --git a/libavcodec/options.c b/libavcodec/options.c index 6835352c30..97d705ebc0 100644 --- a/libavcodec/options.c +++ b/libavcodec/options.c @@ -488,9 +488,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 */