Skip to content

Commit bbd8971

Browse files
committed
Fix types
1 parent a6c4a03 commit bbd8971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/Filter.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ export interface VideoInputParam extends InputParam {
265265
height: number
266266
pixelFormat: string
267267
pixelAspect: Array<number>
268-
hw_device_ctx: HWDeviceContext // Optional
269-
swPixelFormat: string // Optional
268+
hw_device_ctx?: HWDeviceContext // Optional
269+
swPixelFormat?: string // Optional
270270
}
271271
/** The required parameters for setting up audio filter inputs */
272272
export interface AudioInputParam extends InputParam {

0 commit comments

Comments
 (0)