Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
animanathome committed Aug 12, 2024
1 parent ab1c3a0 commit 1697b94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/framefusion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('FrameFusion', () => {
});

// Act and Assert
const imageData = await extractor.getImageDataAtTime(0); // we can't get anything before 8
const imageData = await extractor.getImageDataAtTime(0);
const canvasImageData = createImageData(imageData.data, imageData.width, imageData.height);

const canvas = createCanvas(imageData.width, imageData.height);
Expand Down Expand Up @@ -439,7 +439,6 @@ describe('FrameFusion', () => {

it('should accurately generate frames when seeking to time that aligns with frame boundaries.', async() => {
// Arrange

// ffprobe -show_frames test/samples/count0To179.mp4 | grep pts
// pts=30720
// pts_time=2.000000
Expand Down

0 comments on commit 1697b94

Please sign in to comment.