Mark breakOnNonKeyFrames as XMLIgnore

This commit is contained in:
Shadowghost
2026-08-22 07:43:48 +02:00
parent 9fa0533506
commit 8e8cf57025
@@ -141,6 +141,7 @@ public class TranscodingProfile
/// Gets or sets a value indicating whether breaking the video stream on non-keyframes is supported.
/// </summary>
[DefaultValue(false)]
[XmlIgnore]
[XmlAttribute("breakOnNonKeyFrames")]
[Obsolete("This is always false")]
public bool? BreakOnNonKeyFrames { get; set; }