mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Fix unit test
FFProbe says 1:19.48 so there about should be good
Former-commit-id: 6d6c54aa12
This commit is contained in:
parent
8e575efca6
commit
084fb71a93
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ public void Video_With_Only_Audio_Should_Extract_Metadata()
|
|||
var video = VideoInfo.FromFileInfo(VideoLibrary.LocalVideoAudioOnly);
|
||||
Assert.AreEqual("none", video.VideoFormat);
|
||||
Assert.AreEqual("aac", video.AudioFormat);
|
||||
Assert.AreEqual(79.0, video.Duration.TotalSeconds, 0.1);
|
||||
Assert.AreEqual(79.5, video.Duration.TotalSeconds, 0.4);
|
||||
Assert.AreEqual(1.25, video.Size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue