Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 1, 2023
1 parent 66e8d16 commit c3766b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub fn take_webrtc_stream() -> Vec<VideoAndStreamInformation> {
height: size.1,
width: size.0,
frame_interval: FrameInterval {
denominator: 1,
numerator: 10,
denominator: 10,
numerator: 1,
},
}),
extended_configuration: None,
Expand Down

0 comments on commit c3766b7

Please sign in to comment.