aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/radeon_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/radeon_video.h')
-rw-r--r--src/gallium/drivers/r600/radeon_video.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/radeon_video.h b/src/gallium/drivers/r600/radeon_video.h
index 8befc2f85df..4777c6c0e96 100644
--- a/src/gallium/drivers/r600/radeon_video.h
+++ b/src/gallium/drivers/r600/radeon_video.h
@@ -77,9 +77,9 @@ int rvid_get_video_param(struct pipe_screen *screen,
enum pipe_video_cap param);
/* the hardware only supports NV12 */
-boolean rvid_is_format_supported(struct pipe_screen *screen,
- enum pipe_format format,
- enum pipe_video_profile profile,
- enum pipe_video_entrypoint entrypoint);
+bool rvid_is_format_supported(struct pipe_screen *screen,
+ enum pipe_format format,
+ enum pipe_video_profile profile,
+ enum pipe_video_entrypoint entrypoint);
#endif // RADEON_VIDEO_H