mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Correct interface fields in FfprobeData
According to original library, the name of property should be streams, not stream. https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/blob/master/lib/ffprobe.js#L17
This commit is contained in:
Vendored
+1
-1
@@ -90,7 +90,7 @@ declare namespace Ffmpeg {
|
||||
type FormatsCallback = (err: Error, formats: Formats) => void;
|
||||
|
||||
interface FfprobeData {
|
||||
stream: any[];
|
||||
streams: any[];
|
||||
format: any;
|
||||
chapters: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user