Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Jul 11, 2024
1 parent 35778e8 commit 79618ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c_src/membrane_vpx_plugin/vpx_encoder.spec.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ type codec :: :vp8 | :vp9
type pixel_format :: :I420 | :I422 | :I444 | :NV12 | :YV12

type encoded_frame :: %EncodedFrame{
payload: payload,
pts: int64,
is_keyframe: bool
}
payload: payload,
pts: int64,
is_keyframe: bool
}

spec create(
codec,
Expand Down

0 comments on commit 79618ae

Please sign in to comment.