aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-22 23:54:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-22 23:54:36 -0400
commita9b1a57a5833a4f32930b252f8c2ae80252b0940 (patch)
tree8565e7f03960592477a35c3e5ed40c1334fbba01
parentb06f336a1d03c12977aba44edefff2f7c7b39440 (diff)
update vsync
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 061afed6d..fbcccbaca 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -96,7 +96,7 @@ namespace MediaBrowser.Api.Playback
public long? InputFileSize { get; set; }
public string OutputAudioSync = "1";
- public string OutputVideoSync = "vfr";
+ public string OutputVideoSync = "-1";
public List<string> SupportedAudioCodecs { get; set; }