rename always_inline to av_always_inline and move to common.h
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -76,7 +76,7 @@ static void* worker(void *v)
|
||||
}
|
||||
}
|
||||
|
||||
static always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
|
||||
static av_always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
|
||||
{
|
||||
pthread_cond_wait(&c->last_job_cond, &c->current_job_lock);
|
||||
pthread_mutex_unlock(&c->current_job_lock);
|
||||
|
Reference in New Issue
Block a user