mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_time_test]: Add timer test case
Change-Id: I65d4da1431fb68d0e8482aafb30dbeb651156d28 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -249,8 +249,6 @@ static void *mpp_timer_thread(void *ctx)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
mpp_log("timer %p start looping\n", impl);
|
||||
|
||||
while (1) {
|
||||
if (MPP_THREAD_RUNNING != thd->get_status())
|
||||
break;
|
||||
|
Reference in New Issue
Block a user