Skip to content

Commit

Permalink
[cscore] Fix Java VideoSink class doc (NFC) (wpilibsuite#7120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Sep 23, 2024
1 parent ba1b97c commit 8407599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cscore/src/main/java/edu/wpi/first/cscore/VideoSink.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package edu.wpi.first.cscore;

/**
* A source for video that provides a sequence of frames. Each frame may consist of multiple images
* A sink for video that accepts a sequence of frames. Each frame may consist of multiple images
* (e.g. from a stereo or depth camera); these are called channels.
*/
public class VideoSink implements AutoCloseable {
Expand Down

0 comments on commit 8407599

Please sign in to comment.