diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-02 11:02:01 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-02 11:02:01 -0500 |
| commit | 5edaf12d40188bc4d3b9544fcd1905e6ec1c459a (patch) | |
| tree | 2eaa2c93b6e90297f0adb183d4a0353b4c896023 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | |
| parent | 39e8e3cbe7865ba618c67c612a191b134f5ad186 (diff) | |
move encoding methods to shared classes
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 63e789a59..5eac1a16d 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -50,8 +50,10 @@ <Compile Include="Configuration\EncodingConfigurationFactory.cs" /> <Compile Include="Encoder\AudioEncoder.cs" /> <Compile Include="Encoder\BaseEncoder.cs" /> + <Compile Include="Encoder\EncodingHelper.cs" /> <Compile Include="Encoder\EncodingJob.cs" /> <Compile Include="Encoder\EncodingJobFactory.cs" /> + <Compile Include="Encoder\EncodingJobInfo.cs" /> <Compile Include="Encoder\EncodingUtils.cs" /> <Compile Include="Encoder\EncoderValidator.cs" /> <Compile Include="Encoder\FontConfigLoader.cs" /> |
