提交 db8e336e 编写于 作者: A Anton Khirnov

pthread: reindent

上级 30e25643
......@@ -1046,12 +1046,12 @@ int ff_thread_init(AVCodecContext *avctx)
w32thread_init();
#endif
validate_thread_parameters(avctx);
validate_thread_parameters(avctx);
if (avctx->active_thread_type&FF_THREAD_SLICE)
return thread_init(avctx);
else if (avctx->active_thread_type&FF_THREAD_FRAME)
return frame_thread_init(avctx);
if (avctx->active_thread_type&FF_THREAD_SLICE)
return thread_init(avctx);
else if (avctx->active_thread_type&FF_THREAD_FRAME)
return frame_thread_init(avctx);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册