We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c4a03 commit bbd8971Copy full SHA for bbd8971
types/Filter.d.ts
@@ -265,8 +265,8 @@ export interface VideoInputParam extends InputParam {
265
height: number
266
pixelFormat: string
267
pixelAspect: Array<number>
268
- hw_device_ctx: HWDeviceContext // Optional
269
- swPixelFormat: string // Optional
+ hw_device_ctx?: HWDeviceContext // Optional
+ swPixelFormat?: string // Optional
270
}
271
/** The required parameters for setting up audio filter inputs */
272
export interface AudioInputParam extends InputParam {
0 commit comments