mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Fix duration parsing of .mkv and .webm files
This commit is contained in:
parent
f10c01e667
commit
fbd9f3fc89
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ internal class Tags
|
|||
internal string Duration { get; set; }
|
||||
}
|
||||
|
||||
|
||||
internal class FFMpegStreamMetadata
|
||||
{
|
||||
[JsonProperty("streams")]
|
||||
|
|
Loading…
Reference in a new issue