aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/VideoService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-20 10:27:56 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-20 10:27:56 -0400
commit095896fa4999c4cb583eead6343b91882485f874 (patch)
treee8e069d8ddf7fc32f4b73b3cc2f5e696e6787e07 /MediaBrowser.Api/Playback/Progressive/VideoService.cs
parent9ecd2bbf911df1bb038f0f500b51795da80a51b4 (diff)
#73 - added audio/video sync
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Progressive/VideoService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
index 0e94b7df89..f545c00051 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -154,6 +154,8 @@ namespace MediaBrowser.Api.Playback.Progressive
{
args += " " + qualityParam;
}
+
+ args += " -vsync vfr";
}
else if (IsH264(state.VideoStream))
{