Merge pull request #19782 from dobrakmato/patch-3

Correct interface fields in FfprobeData
This commit is contained in:
Benjamin Lichtman
2017-09-25 08:36:09 -07:00
committed by GitHub
+1 -1
View File
@@ -90,7 +90,7 @@ declare namespace Ffmpeg {
type FormatsCallback = (err: Error, formats: Formats) => void;
interface FfprobeData {
stream: any[];
streams: any[];
format: any;
chapters: any[];
}