mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
rename startmm to getDecoderInstance
This commit is contained in:
parent
ba2fab398e
commit
e1afdcec7d
4 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ class LineInInput(InputBase):
|
|||
lineInProc.setStderr(open(paths.LOG_PATH + "asla.log", "a"))
|
||||
lineInProc.start()
|
||||
|
||||
mmProc = self.startmm(decoderConfig, lineInProc.stdout)
|
||||
mmProc = self.getDecoderInstance(decoderConfig, lineInProc.stdout)
|
||||
mmProc.start()
|
||||
|
||||
logging.info("start decoding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue