Alexander Strange c0b102ca03 Deprecate avcodec_thread_init()
As a side effect of the last commit, avcodec_open() now calls it automatically,
so there is no longer any need for clients to call it.
Instead they should set AVCodecContext.thread_count.

avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the
next MAJOR libavcodec bump.

Rename the functions to ff_thread_init/free, since they are now internal.
Wrappers are provided to maintain API compatibility.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-09 09:17:28 -05:00
..
2011-02-09 09:17:28 -05:00
2007-06-12 09:29:25 +00:00
2011-01-29 16:57:29 +01:00
2010-06-08 09:55:30 +00:00
2011-02-07 08:03:22 -05:00
2010-12-27 07:46:49 +00:00
2011-01-29 16:57:29 +01:00