Janne Grunau 94660c3524 threads: always call thread_finish_setup for intra codecs
Intra codecs do not need an update_thread_context() function and never
call ff_thread_finish_setup(). They rely on ff_thread_get_buffer()
calling it. So call it even if the get_buffer2 function pointer is
avcodec_default_get_buffer2 and it has not been called before.
2013-04-22 17:11:20 +02:00
2013-04-22 15:38:29 +02:00
2013-04-22 15:38:29 +02:00
2013-04-05 18:55:11 +02:00
2013-04-22 15:38:29 +02:00
2013-04-05 18:55:11 +02:00
2011-03-16 21:54:39 +01:00
2011-04-07 02:54:12 +02:00
2013-04-05 18:55:11 +02:00
2013-01-06 16:23:12 +01:00

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%