Revision ba9ef8d0 libavcodec/pthread.c
libavcodec/pthread.c | ||
---|---|---|
882 | 882 |
} |
883 | 883 |
} |
884 | 884 |
|
885 |
int ff_thread_init(AVCodecContext *avctx, int thread_count)
|
|
885 |
int ff_thread_init(AVCodecContext *avctx) |
|
886 | 886 |
{ |
887 | 887 |
if (avctx->thread_opaque) { |
888 | 888 |
av_log(avctx, AV_LOG_ERROR, "avcodec_thread_init is ignored after avcodec_open\n"); |
Also available in: Unified diff