summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-03-15 14:03:01 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-03-15 14:03:01 +0000
commit4a287145c2838aaef61c927fd5311fff643845ef (patch)
tree48ac8f2c2fda70a98e45ca9ae1819c057ce5f7e5 /libavcodec/avcodec.h
parentb1d55e5e4f9090a67de552e9829208b500d0b1c3 (diff)
Remove avcodec_thread_execute from avcodec.h, and make static functions that
need it in *thread.c. Originally committed as revision 22544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d57f883a73..43a0695508 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3256,7 +3256,6 @@ enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum
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, int size);
int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
//FIXME func typedef