On Tue, 2011-11-15 at 18:13 -0500, Justin Ruggles wrote:
> A new field, AVCodecContext.internal is used to hold a new struct
> AVCodecInternal, which has private fields that are not codec-specific and are
> needed only by general libavcodec functions.

> diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c

> -            copy->is_copy   = 1;
> +            AVCodecInternal *avci = copy->internal;
> +            avci->is_copy   = 1;

All the copies and the original share the same ->internal pointer now
don't they?


_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to