Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boltgolt committed Jan 6, 2019
1 parent c3649dc commit e8d8692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recorders/ffmpeg_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get(self, prop):
def probe(self):
""" Probe the video device to get height and width info """

# Running this command on ffmpeg unfortunatly returns with an exit code of 1, which is silly.
# Running this command on ffmpeg unfortunately returns with an exit code of 1, which is silly.
# Returns an error code of 1 and this text: "/dev/video2: Immediate exit requested"
args = ["ffmpeg", "-f", self.device_format, "-list_formats", "all", "-i", self.device_path]
process = Popen(args, stdout=PIPE, stderr=PIPE)
Expand Down

0 comments on commit e8d8692

Please sign in to comment.