mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update FFProbeAnalysis.cs
This commit is contained in:
parent
0502b41532
commit
07470ec153
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ public class FFProbeAnalysis
|
|||
|
||||
[JsonPropertyName("format")]
|
||||
public Format Format { get; set; } = null!;
|
||||
|
||||
[JsonIgnore]
|
||||
public IReadOnlyList<string> ErrorData { get; set; }
|
||||
}
|
||||
|
||||
public class FFProbeStream : ITagsContainer, IDispositionContainer
|
||||
|
|
Loading…
Reference in a new issue