Create GetProgress_OpusDec.progress
This commit is contained in:
Родитель
ab941d94e4
Коммит
57559c9fd5
|
@ -0,0 +1,4 @@
|
|||
function GetProgress(s)
|
||||
if string.match(s, '^Decoding complete%s-') ~= nil then return "100";
|
||||
else return string.match(s, '%((%d+)%%%)'); end;
|
||||
end
|
Загрузка…
Ссылка в новой задаче