mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
removed unnecessary tests
This commit is contained in:
parent
745fe2a8cc
commit
8d7d37a308
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ public void PacketAnalysisAudioVideo_Sync()
|
||||||
[DataRow("05:12:59.177", 0, 5, 12, 59, 177)]
|
[DataRow("05:12:59.177", 0, 5, 12, 59, 177)]
|
||||||
[DataRow("149:07:50.911750", 6, 5, 7, 50, 911)]
|
[DataRow("149:07:50.911750", 6, 5, 7, 50, 911)]
|
||||||
[DataRow("00:00:00.83", 0, 0, 0, 0, 830)]
|
[DataRow("00:00:00.83", 0, 0, 0, 0, 830)]
|
||||||
[DataRow("24:00:00.83", 1, 0, 0, 0, 830)]
|
|
||||||
[DataRow("240:00:00.83", 10, 0, 0, 0, 830)]
|
|
||||||
public void MediaAnalysis_ParseDuration(string duration, int expectedDays, int expectedHours, int expectedMinutes, int expectedSeconds, int expectedMilliseconds)
|
public void MediaAnalysis_ParseDuration(string duration, int expectedDays, int expectedHours, int expectedMinutes, int expectedSeconds, int expectedMilliseconds)
|
||||||
{
|
{
|
||||||
var ffprobeStream = new FFProbeStream { Duration = duration };
|
var ffprobeStream = new FFProbeStream { Duration = duration };
|
||||||
|
|
Loading…
Reference in a new issue