mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Try fix encoding
This commit is contained in:
parent
4b0cd9239e
commit
66c166f2e8
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ public async Task Probe_Success_32BitWavBitDepth_Async()
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Probe_Success_Custom_Arguments()
|
public void Probe_Success_Custom_Arguments()
|
||||||
{
|
{
|
||||||
var info = FFProbe.Analyse(TestResources.Mp4Video, customArguments: "-headers \"Hello: world\"");
|
var info = FFProbe.Analyse(TestResources.Mp4Video, customArguments: "-headers \"Hello: World\"");
|
||||||
Assert.AreEqual(3, info.Duration.Seconds);
|
Assert.AreEqual(3, info.Duration.Seconds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue