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
Former-commit-id: fbd9f3fc89
This commit is contained in:
parent
68c24621e9
commit
ed5fffd7a9
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ internal class Tags
|
||||||
internal string Duration { get; set; }
|
internal string Duration { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
internal class FFMpegStreamMetadata
|
internal class FFMpegStreamMetadata
|
||||||
{
|
{
|
||||||
[JsonProperty("streams")]
|
[JsonProperty("streams")]
|
||||||
|
|
Loading…
Reference in a new issue