mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-30 02:45:19 -04:00
Revise motion_loop to mlp_main
This commit is contained in:
@@ -1424,7 +1424,7 @@ static void mlp_frametiming(ctx_dev *cam)
|
||||
}
|
||||
|
||||
/** main processing loop for each camera */
|
||||
void *motion_loop(void *arg)
|
||||
void *mlp_main(void *arg)
|
||||
{
|
||||
ctx_dev *cam =(ctx_dev *) arg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user