aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-12 01:49:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-12 01:49:03 -0500
commit02938e7bcb0459a44dfa6c9e7dfa2a04be3467be (patch)
tree011fa2e740e90a5615dfd15ccbe81493cef2aedf /MediaBrowser.Providers
parent3060b0c5e98583d390c7acb634f57af90f9e1954 (diff)
update keyframe setting
Diffstat (limited to 'MediaBrowser.Providers')
-rw-r--r--MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
index 5a87e76289..4744b37290 100644
--- a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
+++ b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
@@ -170,8 +170,7 @@ namespace MediaBrowser.Providers.MediaInfo
VideoType = item.VideoType,
MediaType = DlnaProfileType.Video,
InputPath = item.Path,
- Protocol = protocol,
- ExtractKeyFrameInterval = true
+ Protocol = protocol
}, cancellationToken).ConfigureAwait(false);