changeset 1832:ac9e8597c2b7 libavcodec

1l
author michael
date Wed, 25 Feb 2004 18:17:45 +0000
parents cd2d7fcfab7a
children ba27ce284d07
files avcodec.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 /**