summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-02-25 18:17:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-02-25 18:17:45 +0000
commit5a815088d3341431eacbcb232bc8fa29296cbd0c (patch)
tree0b98fa5943d39d19bda8849aa1c8b1d01c0a2263 /libavcodec
parent9740beffc65d08ba454ce4c1d904b6d9388a6544 (diff)
1l
Originally committed as revision 2815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3d66f56726..4f15221a33 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1873,9 +1873,9 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
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
/**