# HG changeset patch # User michael # Date 1077733065 0 # Node ID ac9e8597c2b74d0f3a786827b93c2d6641c6751e # Parent cd2d7fcfab7a12449d6c829d998c89b29721eb68 1l diff -r cd2d7fcfab7a -r ac9e8597c2b7 avcodec.h --- a/avcodec.h Wed Feb 25 17:35:52 2004 +0000 +++ b/avcodec.h Wed Feb 25 18:17:45 2004 +0000 @@ -1873,9 +1873,9 @@ void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); void avcodec_default_free_buffers(AVCodecContext *s); -int avcodec_pthread_init(AVCodecContext *s, int thread_count); -void avcodec_pthread_free(AVCodecContext *s); -int avcodec_pthread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); +int avcodec_thread_init(AVCodecContext *s, int thread_count); +void avcodec_thread_free(AVCodecContext *s); +int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); //FIXME func typedef /**