Mercurial > libavcodec.hg
changeset 11780:5ad7f6da90de libavcodec
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context().
Patch by Jean-Daniel Dupas, devlists shadowlab org
author | cehoyos |
---|---|
date | Thu, 27 May 2010 01:29:09 +0000 |
parents | 9371254837b5 |
children | 22b17f922f2b |
files | options.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */