From 767cdc1f6f6a63ce997fc9476911e2c361f9d402 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Wed, 20 Feb 2013 20:33:05 -0500 Subject: Pushing missing changes --- MediaBrowser.Model/DTO/VideoOutputFormats.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 MediaBrowser.Model/DTO/VideoOutputFormats.cs (limited to 'MediaBrowser.Model/DTO/VideoOutputFormats.cs') diff --git a/MediaBrowser.Model/DTO/VideoOutputFormats.cs b/MediaBrowser.Model/DTO/VideoOutputFormats.cs deleted file mode 100644 index c3840bff63..0000000000 --- a/MediaBrowser.Model/DTO/VideoOutputFormats.cs +++ /dev/null @@ -1,22 +0,0 @@ - -namespace MediaBrowser.Model.DTO -{ - /// - /// These are the video output formats that the api is cabaple of streaming - /// This does not limit the inputs, only the outputs. - /// - public enum VideoOutputFormats - { - Avi, - Asf, - M4V, - Mkv, - Mov, - Mp4, - Ogv, - ThreeGp, - Ts, - Webm, - Wmv - } -} -- cgit v1.2.3