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 | |
| parent | 89de020fd56bf38a4f4809710f1777504bf5f611 (diff) | |
fix typo
| -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): | |||
| 188 | 188 | ||
| 189 | def frameRender(self, audioI): | 189 | def frameRender(self, audioI): |
| 190 | ''' | 190 | ''' |
| 191 | Renders a frame composited together from the framse returned by each component | 191 | Renders a frame composited together from the frames returned by each component |
| 192 | audioI is a multiple of self.sampleSize, which can be divided to determine frameNo | 192 | audioI is a multiple of self.sampleSize, which can be divided to determine frameNo |
| 193 | ''' | 193 | ''' |
| 194 | def err(): | 194 | def err(): |
