Skip to content

Commit

Permalink
Update the ffmpeg regex in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jan 1, 2015
1 parent d769b4b commit 006b825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def verify_video(filename_or_obj, format, resolution):
r'Video: %s( \(.*\))?, '
r'yuvj?420p, '
r'%dx%d( \[PAR \d+:\d+ DAR \d+:\d+\])?, '
r'\d+ fps, \d+ tbr, \d+k? tbn, \d+k? tbc$' % (
r'\d+ fps, \d+ tbr, \d+k? tbn(, \d+k? tbc)?$' % (
format, width, height),
line
), 'Unexpected avconv output: %s' % line
Expand Down

0 comments on commit 006b825

Please sign in to comment.