File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " beamcoder-prebuild" ,
3
- "version" : " 0.7.1-rc.9 " ,
3
+ "version" : " 0.7.1-rc.10 " ,
4
4
"description" : " Node.js native bindings to FFmpeg." ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ export interface VideoInputParam extends InputParam {
265
265
height : number
266
266
pixelFormat : string
267
267
pixelAspect : Array < number >
268
- hw_device_ctx : HWDeviceContext // Optional
269
- swPixelFormat : string // Optional
268
+ hw_device_ctx ? : HWDeviceContext // Optional
269
+ swPixelFormat ? : string // Optional
270
270
}
271
271
/** The required parameters for setting up audio filter inputs */
272
272
export interface AudioInputParam extends InputParam {
You can’t perform that action at this time.
0 commit comments