mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00: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]
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue