Mercurial > libavcodec.hg
diff avcodec.h @ 11492:7bfe7456e372 libavcodec
Remove avcodec_thread_execute from avcodec.h, and make static functions that
need it in *thread.c.
| author | benoit |
|---|---|
| date | Mon, 15 Mar 2010 14:03:01 +0000 |
| parents | 59c11c1f3991 |
| children | b0e1c40e9d07 |
line wrap: on
line diff
--- a/avcodec.h Sun Mar 14 23:52:45 2010 +0000 +++ b/avcodec.h Mon Mar 15 14:03:01 2010 +0000 @@ -3256,7 +3256,6 @@ 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
