diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-26 10:59:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-26 10:59:54 -0400 |
| commit | 934584313eb1ce97ba26eba343dc1b3cd53f36dc (patch) | |
| tree | e0ebdfef77d0b5b1ab05e4746a3c74b2852b112c /MediaBrowser.Model/Entities | |
| parent | 07e230c2eb9524c7c5e8a7fe0a021df3801d40b0 (diff) | |
save 3d format in xml
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/Video3DFormat.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs index 04475cf95a..064b02eddb 100644 --- a/MediaBrowser.Model/Entities/Video3DFormat.cs +++ b/MediaBrowser.Model/Entities/Video3DFormat.cs @@ -4,11 +4,8 @@ namespace MediaBrowser.Model.Entities public enum Video3DFormat { HalfSideBySide, - FullSideBySide, - FullTopAndBottom, - HalfTopAndBottom } } |
