diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-10 12:47:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-10 12:47:10 +0100 |
| commit | 514f4ca9dd4c559123593df57c1f729176591c44 (patch) | |
| tree | 74caed7d81ba0c03796a3a768c458766098127bc /src | |
| parent | 302cabbc0665565ec6d983338c1941826ccfce7b (diff) | |
Add a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 3df7a724c..773d4e1ed 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -611,6 +611,9 @@ GLVideoView::draw() } +/** Take a frame and set up the GL textures ready for it to be drawn. + * This also prepares subtitles, the crop guess rectangle, etc. + */ void GLVideoView::set_image(shared_ptr<const PlayerVideo> pv) { |
