mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 20:41:46 +08:00
Remove extra comment
This commit is contained in:
@@ -360,7 +360,6 @@ func (c *camera) Properties() []prop.Media {
|
||||
}
|
||||
|
||||
framerates := c.cam.GetSupportedFramerates(format, uint32(width), uint32(height))
|
||||
// If the camera doesn't support framerate, we just add the resolution and format
|
||||
if len(framerates) == 0 {
|
||||
properties = append(properties, prop.Media{
|
||||
Video: prop.Video{
|
||||
|
Reference in New Issue
Block a user