Revision ba9ef8d0 libavcodec/thread.h
libavcodec/thread.h | ||
---|---|---|
108 | 108 |
*/ |
109 | 109 |
void ff_thread_release_buffer(AVCodecContext *avctx, AVFrame *f); |
110 | 110 |
|
111 |
int ff_thread_init(AVCodecContext *s, int thread_count);
|
|
111 |
int ff_thread_init(AVCodecContext *s); |
|
112 | 112 |
void ff_thread_free(AVCodecContext *s); |
113 | 113 |
|
114 | 114 |
#endif /* AVCODEC_THREAD_H */ |
Also available in: Unified diff