diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-26 14:19:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-26 14:19:39 -0400 |
| commit | a655666a1a8653412449c69380c81b171a3fc181 (patch) | |
| tree | 6558c7d8de6934491e55520b5b5f36d137a0faa8 /MediaBrowser.Model/Session/TranscodingInfo.cs | |
| parent | 24151f2b7a2f79809edc5286319cedcafece2d8a (diff) | |
| parent | 0a0208d54c65adb4256aaba2e7914b9c6dca490a (diff) | |
Merge pull request #2729 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 67eac6fd5..f1cbacd90 100644 --- a/MediaBrowser.Model/Session/TranscodingInfo.cs +++ b/MediaBrowser.Model/Session/TranscodingInfo.cs @@ -47,6 +47,7 @@ namespace MediaBrowser.Model.Session VideoBitrateNotSupported = 16, VideoFramerateNotSupported = 17, VideoLevelNotSupported = 18, - VideoProfileNotSupported = 19 + VideoProfileNotSupported = 19, + AudioBitDepthNotSupported = 20 } }
\ No newline at end of file |
