OSDN Git Service

Make avcodec_thread_init() set the thread count, even in the case when
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 23 Apr 2009 23:14:26 +0000 (23:14 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 23 Apr 2009 23:14:26 +0000 (23:14 +0000)
commit2e418f5ed8ed50ac971d0c3525f6fe1695caa7cb
tree49920cd46248161781b536d88499ab45bc41431c
parent8e86dd1241b217a8d95dfd87abd93751cb3e5af5
Make avcodec_thread_init() set the thread count, even in the case when
threads support is not enabled. This should avoid the need for
thread_count explicit setting in applications.

Originally committed as revision 18670 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c