This commit is contained in:
Luke Pulverenti 2013-03-29 08:26:49 -04:00
commit 6c280a146e

View file

@ -148,7 +148,7 @@ namespace MediaBrowser.Api.Playback.Progressive
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
{
args += " -profile:v" + state.VideoRequest.Profile;
args += " -profile:v " + state.VideoRequest.Profile;
}
if (!string.IsNullOrEmpty(state.VideoRequest.Level))