]> git.sesse.net Git - ffmpeg/commit
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
authorAnton Khirnov <anton@khirnov.net>
Sun, 27 Oct 2013 12:00:37 +0000 (13:00 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 4 Nov 2013 07:51:26 +0000 (08:51 +0100)
commit38ecc3702dabbea09230f6d6333f59e74f5d1c12
treef579350e0fc85ce1cb42646b2f13a5ed9a6895af
parentdaa7a1d4431b6acf1f93c4a98b3de123abf4ca18
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext

It's a private field, it should not be visible to callers.

Deprecate AVCodecContext.thread_opaque
libavcodec/avcodec.h
libavcodec/internal.h
libavcodec/options.c
libavcodec/pthread_frame.c
libavcodec/pthread_slice.c
libavcodec/utils.c
libavcodec/version.h