mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Formatting fix (3)
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
1cec41baf8
commit
f18d3ed33b
@ -948,7 +948,8 @@ namespace MediaBrowser.Api.Playback.Hls
|
|||||||
args += " " + EncodingHelper.GetVideoQualityParam(state, codec, encodingOptions, GetDefaultEncoderPreset());
|
args += " " + EncodingHelper.GetVideoQualityParam(state, codec, encodingOptions, GetDefaultEncoderPreset());
|
||||||
|
|
||||||
// Unable to force key frames to h264_qsv transcode
|
// Unable to force key frames to h264_qsv transcode
|
||||||
if (string.Equals(codec, "h264_qsv", StringComparison.OrdinalIgnoreCase)) {
|
if (string.Equals(codec, "h264_qsv", StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
Logger.LogInformation("Bug Workaround: Disabling force_key_frames for h264_qsv");
|
Logger.LogInformation("Bug Workaround: Disabling force_key_frames for h264_qsv");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user