mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
pthread: reindent
This commit is contained in:
parent
30e256430e
commit
db8e336e5f
@ -1046,12 +1046,12 @@ int ff_thread_init(AVCodecContext *avctx)
|
|||||||
w32thread_init();
|
w32thread_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
validate_thread_parameters(avctx);
|
validate_thread_parameters(avctx);
|
||||||
|
|
||||||
if (avctx->active_thread_type&FF_THREAD_SLICE)
|
if (avctx->active_thread_type&FF_THREAD_SLICE)
|
||||||
return thread_init(avctx);
|
return thread_init(avctx);
|
||||||
else if (avctx->active_thread_type&FF_THREAD_FRAME)
|
else if (avctx->active_thread_type&FF_THREAD_FRAME)
|
||||||
return frame_thread_init(avctx);
|
return frame_thread_init(avctx);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user