diff options
| -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) { |
