Mercurial > libavcodec.hg
diff options.c @ 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 | 872971445121 |
| children | b6cf19580e47 |
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 */
