diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-07-03 13:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-03 13:16:52 -0400 |
| commit | e3595b34549bd037efb3b395e881f4adff24c545 (patch) | |
| tree | 72eb14eeabca034c30a14fd2c8cae76c52cca023 /MediaBrowser.Model/Session/TranscodingInfo.cs | |
| parent | d199052e1005fbac552c9a76891575795834f95b (diff) | |
| parent | 2bd33ba650351e73006ee6ee08a54e4cf8ce2f39 (diff) | |
Merge pull request #2744 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Session/TranscodingInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/TranscodingInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/TranscodingInfo.cs b/MediaBrowser.Model/Session/TranscodingInfo.cs index f1cbacd90..f58e605b2 100644 --- a/MediaBrowser.Model/Session/TranscodingInfo.cs +++ b/MediaBrowser.Model/Session/TranscodingInfo.cs @@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session VideoFramerateNotSupported = 17, VideoLevelNotSupported = 18, VideoProfileNotSupported = 19, - AudioBitDepthNotSupported = 20 + AudioBitDepthNotSupported = 20, + SubtitleCodecNotSupported = 21 } }
\ No newline at end of file |
