diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-09-28 18:08:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 18:08:38 -0400 |
| commit | 3249fbb7159aaaa6ecb54398e81800b0c3a5e77f (patch) | |
| tree | a380d54ac600d51773e883cd4833a6cca1c1f0c5 /MediaBrowser.MediaEncoding/Properties | |
| parent | 2d797adc0844bcb054cac3216cb2f9015c754615 (diff) | |
| parent | 05a1510b31ac43fa0a4dec6c1b3a87667984c707 (diff) | |
Merge pull request #1804 from Bond-009/ffmpeg_tests
Add tests for EncoderValidator and add support for ffmpeg 4.2
Diffstat (limited to 'MediaBrowser.MediaEncoding/Properties')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Properties/AssemblyInfo.cs b/MediaBrowser.MediaEncoding/Properties/AssemblyInfo.cs index a9491374b..7b74cfc89 100644 --- a/MediaBrowser.MediaEncoding/Properties/AssemblyInfo.cs +++ b/MediaBrowser.MediaEncoding/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Resources; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -14,6 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.MediaEncoding.Tests")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from |
