Skip to content

Commit

Permalink
Update videoio.go comment
Browse files Browse the repository at this point in the history
Correct comment to match docs.
  • Loading branch information
deadprogram authored Oct 3, 2024
1 parent 66a3d46 commit fe0095f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videoio.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ func (VideoRegistryType) GetStreamBackendPluginVersion(api VideoCaptureAPI) (str
return desc, int(version_abi), int(version_api)
}

// GetStreamBackends Returns list of available backends which works via gocv.VideoCapture(int index)
// GetStreamBackends Returns list of available backends which works via gocv.VideoCapture(filename string)
//
// For further details, please see:
// https://docs.opencv.org/4.x/de/db1/group__videoio__registry.html#ga29296d4c06ed9a9ff8bddae9fe581de1
Expand Down

0 comments on commit fe0095f

Please sign in to comment.