diff options
| author | Brianna Rainey | 2023-02-17 15:36:54 -0500 |
|---|---|---|
| committer | Brianna Rainey | 2023-02-17 15:36:54 -0500 |
| commit | 622291e7aeecd0211b4fc91a6df8051d2650d664 (patch) | |
| tree | aac2c64df494b08b29ba0e2b87aeab1df852a13a /src | |
| parent | 89de020fd56bf38a4f4809710f1777504bf5f611 (diff) | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index cece763..70e4d5d 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -188,7 +188,7 @@ class Worker(QtCore.QObject): def frameRender(self, audioI): ''' - Renders a frame composited together from the framse returned by each component + Renders a frame composited together from the frames returned by each component audioI is a multiple of self.sampleSize, which can be divided to determine frameNo ''' def err(): |
