update vsync

This commit is contained in:
Luke Pulverenti 2016-05-22 23:54:36 -04:00
parent b06f336a1d
commit a9b1a57a58

View file

@ -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; }