diff options
Diffstat (limited to 'src/video_thread.py')
| -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(): |
