mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Verify Chapters property is initialized to non-null in test
This commit is contained in:
parent
ba78512cb9
commit
0ac351493c
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ public void Probe_Success()
|
|||
{
|
||||
var info = FFProbe.Analyse(TestResources.Mp4Video);
|
||||
Assert.AreEqual(3, info.Duration.Seconds);
|
||||
Assert.AreEqual(0, info.Chapters.Count);
|
||||
|
||||
Assert.AreEqual("5.1", info.PrimaryAudioStream!.ChannelLayout);
|
||||
Assert.AreEqual(6, info.PrimaryAudioStream.Channels);
|
||||
|
|
Loading…
Reference in a new issue