|
|
@ -1,4 +1,4 @@
|
|
|
|
using System.IO;
|
|
|
|
using System.IO;
|
|
|
|
using FluentAssertions;
|
|
|
|
using FluentAssertions;
|
|
|
|
using Moq;
|
|
|
|
using Moq;
|
|
|
|
using NUnit.Framework;
|
|
|
|
using NUnit.Framework;
|
|
|
@ -46,7 +46,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
|
|
|
info.VideoProfile.Should().Be("Baseline@L2.1");
|
|
|
|
info.VideoProfile.Should().Be("Baseline@L2.1");
|
|
|
|
info.VideoCodecLibrary.Should().Be("");
|
|
|
|
info.VideoCodecLibrary.Should().Be("");
|
|
|
|
info.AudioFormat.Should().Be("AAC");
|
|
|
|
info.AudioFormat.Should().Be("AAC");
|
|
|
|
info.AudioCodecID.Should().Be("40");
|
|
|
|
info.AudioCodecID.Should().Be("mp4a-40-2");
|
|
|
|
info.AudioProfile.Should().Be("LC");
|
|
|
|
info.AudioProfile.Should().Be("LC");
|
|
|
|
info.AudioCodecLibrary.Should().Be("");
|
|
|
|
info.AudioCodecLibrary.Should().Be("");
|
|
|
|
info.AudioBitrate.Should().Be(128000);
|
|
|
|
info.AudioBitrate.Should().Be(128000);
|
|
|
@ -82,7 +82,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
|
|
|
info.VideoProfile.Should().Be("Baseline@L2.1");
|
|
|
|
info.VideoProfile.Should().Be("Baseline@L2.1");
|
|
|
|
info.VideoCodecLibrary.Should().Be("");
|
|
|
|
info.VideoCodecLibrary.Should().Be("");
|
|
|
|
info.AudioFormat.Should().Be("AAC");
|
|
|
|
info.AudioFormat.Should().Be("AAC");
|
|
|
|
info.AudioCodecID.Should().Be("40");
|
|
|
|
info.AudioCodecID.Should().Be("mp4a-40-2");
|
|
|
|
info.AudioProfile.Should().Be("LC");
|
|
|
|
info.AudioProfile.Should().Be("LC");
|
|
|
|
info.AudioCodecLibrary.Should().Be("");
|
|
|
|
info.AudioCodecLibrary.Should().Be("");
|
|
|
|
info.AudioBitrate.Should().Be(128000);
|
|
|
|
info.AudioBitrate.Should().Be(128000);
|
|
|
|