diff options
Diffstat (limited to 'video/out/vo.h')
-rw-r--r-- | video/out/vo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h index 5d136432e3..d943d4ad78 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -192,9 +192,9 @@ struct vo_driver { /* * Whether the given image format is supported and config() will succeed. * format: one of IMGFMT_* - * returns: 0 on not supported, otherwise a bitmask of VFCAP_* values + * returns: 0 on not supported, otherwise 1 */ - int (*query_format)(struct vo *vo, uint32_t format); + int (*query_format)(struct vo *vo, int format); /* * Initialize or reconfigure the display driver. |