aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/TranscodingInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-07-03 13:16:01 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-07-03 13:16:01 -0400
commit6ea8e7868df95cea54216a5dbf927b3b4069bde5 (patch)
treec9e920a547ea696b7dce06cf21cf3398a653bde4 /MediaBrowser.Model/Session/TranscodingInfo.cs
parentc4a271534e603224ece366dcfa976012d5750fbe (diff)
add live stream params
Diffstat (limited to 'MediaBrowser.Model/Session/TranscodingInfo.cs')
-rw-r--r--MediaBrowser.Model/Session/TranscodingInfo.cs3
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