Skip to content

Commit

Permalink
Release FFMediaToolkit v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-k committed Jun 20, 2019
1 parent 2d275b6 commit 930046a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FFMediaToolkit/FFMediaToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright (c) 2019 Radosław Kmiotek</Copyright>
<Description>FFMediaToolkit is a cross-platform video decoder/encoder library based on the FFmpeg native libraries.</Description>
<PackageTags>ffmpeg;video;encoder;encoding;decoder;decoding;h264;mp4;c#;netstandard</PackageTags>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<RepositoryUrl>https://github.com/radek-k/FFMediaToolkit</RepositoryUrl>
<PackageProjectUrl>https://github.com/radek-k/FFMediaToolkit</PackageProjectUrl>
<PackageLicenseFile></PackageLicenseFile>
Expand Down
1 change: 0 additions & 1 deletion FFMediaToolkit/src/Decoding/MediaOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public int? DecoderThreads
/// </summary>
public FFDictionary DecoderOptions { get; set; } = new FFDictionary();


/// <summary>
/// Gets or sets which streams (audio/video) will be loaded.
/// </summary>
Expand Down

0 comments on commit 930046a

Please sign in to comment.