From e2aaa9f501ab10d6ca3b01dbd3306b73334c917e Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 14 Jun 2017 22:07:14 +0100 Subject: WinGui: Add checkbox for Legacy A/V alignment behaviour for players that don't support MP4 Edit Lists. #778 --- .../HandBrake.ApplicationServices/Interop/Json/Encode/Destination.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Encode') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Destination.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Destination.cs index 9d22fb98a..910a541ca 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Destination.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Destination.cs @@ -26,6 +26,11 @@ namespace HandBrake.ApplicationServices.Interop.Json.Encode /// public bool ChapterMarkers { get; set; } + /// + /// Use Legacy A/V Alignment rather than Edit Lists. + /// + public bool AlignAVStart { get; set; } + /// /// Gets or sets the file. /// -- cgit v1.2.3