diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index 31dbcaafb..f4e4019f6 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -250,7 +250,7 @@ namespace MediaBrowser.Api.Playback.Progressive AudioSampleRate = state.Request.AudioSampleRate.Value + ":"; } - args += string.Format(" -af \"aresample={0}async=1000{1}\"", AudioSampleRate, volParam); + args += string.Format(" -af \"aresample={0}async=1{1}\"", AudioSampleRate, volParam); return args; } |
