reduce size of logging messages

This commit is contained in:
Luke Pulverenti
2014-01-22 17:38:48 -05:00
parent ac80f22686
commit d4adc9799c
5 changed files with 29 additions and 22 deletions

View File

@@ -1060,6 +1060,7 @@ namespace MediaBrowser.Api.Playback
//state.RunTimeTicks = recording.RunTimeTicks;
state.ReadInputAtNativeFramerate = recording.RecordingInfo.Status == RecordingStatus.InProgress;
state.SendInputOverStandardInput = recording.RecordingInfo.Status == RecordingStatus.InProgress;
state.AudioSync = 1000;
state.DeInterlace = true;
}