aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-02 01:12:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-02 01:12:58 -0500
commitc63c39ce57dc6a22058da227a11ef1d62f28f627 (patch)
tree05c1b24d1cb632d2e807bdc39158ef5430dfd005 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
parentc93740461e5cef99deb378e587b75cf74950b94e (diff)
sync video transcoding
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
-rw-r--r--MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
index 9daa3319f..38d8fa138 100644
--- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
+++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
@@ -64,6 +64,7 @@
<Compile Include="Encoder\EncodingUtils.cs" />
<Compile Include="Encoder\JobLogger.cs" />
<Compile Include="Encoder\MediaEncoder.cs" />
+ <Compile Include="Encoder\VideoEncoder.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Subtitles\ISubtitleParser.cs" />
<Compile Include="Subtitles\ISubtitleWriter.cs" />