1.根据原厂修改可能卡住问题

This commit is contained in:
payton 2024-01-29 16:12:47 +08:00
parent 163b1f8571
commit ffefc0c030

View File

@ -1131,6 +1131,7 @@ static void MovieFast_Manual_Raw_Task(void* arg)
continue;
}
}
#if 0
vos_perf_mark(&t1);
while(1)
@ -1163,7 +1164,7 @@ static void MovieFast_Manual_Raw_Task(void* arg)
break;
}
}
#endif
DBG_DUMP("MovieFast_Manual_Raw_Task finished\n");
g_is_manual_raw_tsk_running = FALSE;