diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-30 23:53:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-17 00:04:03 +0200 |
| commit | 4c69499a4047029ca99d0a88f5de0e6b6ba02a32 (patch) | |
| tree | ac4d386acc4b3a1190608c511e56687521e716f5 | |
| parent | 115aa573e18f56a18a04a6e4c0c5f69fc335f8c9 (diff) | |
Cleanup: fix comment.
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 32e462c5f..99eafd11e 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -42,7 +42,7 @@ class Socket; /** Everything needed to describe a video frame coming out of the player, but with the - * bits still their raw form. We may want to combine the bits on a remote machine, + * bits still in their raw form. We may want to combine the bits on a remote machine, * or maybe not even bother to combine them at all. */ class PlayerVideo |
