diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-22 23:54:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-22 23:54:36 -0400 |
| commit | a9b1a57a5833a4f32930b252f8c2ae80252b0940 (patch) | |
| tree | 8565e7f03960592477a35c3e5ed40c1334fbba01 | |
| parent | b06f336a1d03c12977aba44edefff2f7c7b39440 (diff) | |
update vsync
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 2 |
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; } |
