diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-09-28 01:29:54 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-09-28 19:41:34 +0200 |
| commit | 1b01a6ece1c60ed5b767f825265de17f78a2770a (patch) | |
| tree | 1469c0b183bdedf892f8e61a425f97ab8c51b342 /MediaBrowser.MediaEncoding/Properties | |
| parent | e4d5e5bf91ca3129b4701463ed5c6bdce5b2115b (diff) | |
Add tests for EncoderValidator
* Add support for ffmpeg 4.2
* Parse the complete ffmpeg version instead of only the first 2 digits
* Make max and min version optional
* Remove max limitation (for now)
* Style improvements
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 |
