Skip to content

Commit

Permalink
Merge 73a11da into d53d8ec
Browse files Browse the repository at this point in the history
  • Loading branch information
WoZ committed Oct 2, 2018
2 parents d53d8ec + 73a11da commit 9b744a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Functional/processFrames.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('processFrames functional tests', () => {
fps: {mean: expectedMeanFps, min: expectedMinFps, max: expectedMaxFps},
bitrate: {mean: expectedMeanBitrate, min: expectedMinBitrate, max: expectedMaxBitrate},
gopDuration: {mean: expectedMeanGop, min: expectedMinGop, max: expectedMaxGop},
aspectRatio: expectedAspectRatio,
displayAspectRatio: expectedAspectRatio,
height: expectedHeight,
width: expectedWidth,
hasAudioStream: expectAudio
Expand Down Expand Up @@ -168,7 +168,7 @@ describe('processFrames functional tests', () => {
fps: {mean: expectedMeanFps, min: expectedMinFps, max: expectedMaxFps},
bitrate: {mean: expectedMeanBitrate, min: expectedMinBitrate, max: expectedMaxBitrate},
gopDuration: {mean: expectedMeanGop, min: expectedMinGop, max: expectedMaxGop},
aspectRatio: expectedAspectRatio,
displayAspectRatio: expectedAspectRatio,
width: expectedWidth,
height: expectedHeight,
hasAudioStream: expectAudio
Expand Down

0 comments on commit 9b744a9

Please sign in to comment.