Skip to content
Snippets Groups Projects
Commit db8e336e authored by Anton Khirnov's avatar Anton Khirnov
Browse files

pthread: reindent

parent 30e25643
No related branches found
No related tags found
No related merge requests found
...@@ -1046,12 +1046,12 @@ int ff_thread_init(AVCodecContext *avctx) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment