Skip to content

Commit

Permalink
RC.10 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Jul 22, 2024
1 parent 4257cfd commit ed71d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beamcoder-prebuild",
"version": "0.7.1-rc.9",
"version": "0.7.1-rc.10",
"description": "Node.js native bindings to FFmpeg.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions types/Filter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ export interface VideoInputParam extends InputParam {
height: number
pixelFormat: string
pixelAspect: Array<number>
hw_device_ctx: HWDeviceContext // Optional
swPixelFormat: string // Optional
hw_device_ctx?: HWDeviceContext // Optional
swPixelFormat?: string // Optional
}
/** The required parameters for setting up audio filter inputs */
export interface AudioInputParam extends InputParam {
Expand Down

0 comments on commit ed71d82

Please sign in to comment.