From 46027c7286144294dee565946dccb59f1a8dfeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 26 Mar 2011 13:55:30 +0100 Subject: Unbreak avcodec_thread_init avcodec_thread_init currently doesn't do anything at all with pthreads enabled. --- libavcodec/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/thread.h') diff --git a/libavcodec/thread.h b/libavcodec/thread.h index 485f4ec188..9cfb31d5a1 100644 --- a/libavcodec/thread.h +++ b/libavcodec/thread.h @@ -108,7 +108,7 @@ int ff_thread_get_buffer(AVCodecContext *avctx, AVFrame *f); */ void ff_thread_release_buffer(AVCodecContext *avctx, AVFrame *f); -int ff_thread_init(AVCodecContext *s, int thread_count); +int ff_thread_init(AVCodecContext *s); void ff_thread_free(AVCodecContext *s); #endif /* AVCODEC_THREAD_H */ -- cgit v1.2.3