Skip to content

Commit

Permalink
perf(AppleVideoToolBox): speedup recovering
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Feb 25, 2020
1 parent 7dfddfe commit 70d89b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/codec/Apple/AppleVideoToolBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ namespace Cicada {
return -EAGAIN;
}

if (af_getsteady_ms() - startDecodeTime > 50) {
if (af_getsteady_ms() - startDecodeTime > 200) {
return -EAGAIN;
}
}
Expand Down

0 comments on commit 70d89b9

Please sign in to comment.