Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11491:63837bcce840 | 11492:7bfe7456e372 |
|---|---|
| 3254 int avcodec_check_dimensions(void *av_log_ctx, unsigned int w, unsigned int h); | 3254 int avcodec_check_dimensions(void *av_log_ctx, unsigned int w, unsigned int h); |
| 3255 enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt); | 3255 enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt); |
| 3256 | 3256 |
| 3257 int avcodec_thread_init(AVCodecContext *s, int thread_count); | 3257 int avcodec_thread_init(AVCodecContext *s, int thread_count); |
| 3258 void avcodec_thread_free(AVCodecContext *s); | 3258 void avcodec_thread_free(AVCodecContext *s); |
| 3259 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); | |
| 3260 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); | 3259 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); |
| 3261 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count); | 3260 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count); |
| 3262 //FIXME func typedef | 3261 //FIXME func typedef |
| 3263 | 3262 |
| 3264 /** | 3263 /** |
