# HG changeset patch # User cehoyos # Date 1274923749 0 # Node ID 5ad7f6da90deb8e6b4c679fcab501dc9ea9b3a42 # Parent 9371254837b5e9c12a113bd4e5300a5e9b15fcc7 Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). Patch by Jean-Daniel Dupas, devlists shadowlab org diff -r 9371254837b5 -r 5ad7f6da90de options.c --- a/options.c Wed May 26 22:26:19 2010 +0000 +++ b/options.c Thu May 27 01:29:09 2010 +0000 @@ -491,9 +491,6 @@ 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 */