Skip to content

Commit

Permalink
Updating to v3.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SuRGeoNix committed Mar 21, 2022
1 parent 69eb265 commit 0977c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl />
<RepositoryUrl></RepositoryUrl>
<Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.4.9</Version>
<Version>3.4.10</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,7 +17,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
Fixes backwards compatibility issues (with Feature Level less than 10)
Adds support for playback speed 1.25, 1.5, 1.75, etc
Fixes Brightness/Contrast dim issues while switching to Flyleaf Video Processor (FLVP)
Disables by default the new Config.Decoder.AllowProfileMismatch as it causes issues (mainly with HEVC)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xmlns:flwpf="clr-namespace:FlyleafLib.Controls.WPF;assembly=FlyleafLib.Controls.WPF"

mc:Ignorable="d"
Title="Flyleaf v3.4.7" Height="450" Width="800" Background="Black" Loaded="Window_Loaded" Icon="/Flyleaf.ico">
Title="Flyleaf v3.4.10" Height="450" Width="800" Background="Black" Loaded="Window_Loaded" Icon="/Flyleaf.ico">
<Grid>
<fl:VideoView Player="{Binding Player}">
<Grid>
Expand Down

0 comments on commit 0977c64

Please sign in to comment.