summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index d8d07de06a..8d318a7c1f 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -185,6 +185,7 @@ struct gl_hwdec_driver {
// Test whether the given IMGFMT_ is supported.
bool (*query_format)(int imgfmt);
// Create the hwdec device. It must fill in hw->info, if applicable.
+ // This also must set hw->converted_imgfmt.
int (*create)(struct gl_hwdec *hw);
// Prepare for rendering video. (E.g. create textures.)
// Called on initialization, and every time the video size changes.