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 11{
22 "name" : " beamcoder-prebuild" ,
3- "version" : " 0.7.1-rc.9 " ,
3+ "version" : " 0.7.1-rc.10 " ,
44 "description" : " Node.js native bindings to FFmpeg." ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff 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 */
272272export interface AudioInputParam extends InputParam {
You can’t perform that action at this time.
0 commit comments