summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-10 12:47:10 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-10 12:47:10 +0100
commit514f4ca9dd4c559123593df57c1f729176591c44 (patch)
tree74caed7d81ba0c03796a3a768c458766098127bc
parent302cabbc0665565ec6d983338c1941826ccfce7b (diff)
Add a comment.
-rw-r--r--src/wx/gl_video_view.cc3
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)
{