From 6d6f1b0b4d32d3396be813cdba82830a9c95295a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 Nov 2011 00:06:54 +0000 Subject: display quality for avijpeg, name BKE_imtype functions more sensibly --- source/blender/blenkernel/BKE_image.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/blenkernel/BKE_image.h') diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h index dae0821b27a..7233f9570f9 100644 --- a/source/blender/blenkernel/BKE_image.h +++ b/source/blender/blenkernel/BKE_image.h @@ -59,11 +59,11 @@ char BKE_ftype_to_imtype(const int ftype); int BKE_imtype_to_ftype(char imtype); int BKE_imtype_is_movie(const char imtype); -int BKE_imtype_is_alpha_ok(const char imtype); -int BKE_imtype_is_zbuf_ok(const char imtype); -int BKE_imtype_is_compression_ok(const char imtype); -int BKE_imtype_is_quality_ok(const char imtype); -char BKE_imtype_is_depth_ok(const char imtype); +int BKE_imtype_supports_alpha(const char imtype); +int BKE_imtype_supports_zbuf(const char imtype); +int BKE_imtype_supports_compress(const char imtype); +int BKE_imtype_supports_quality(const char imtype); +char BKE_imtype_valid_depths(const char imtype); struct anim *openanim(const char *name, int flags, int streamindex); -- cgit v1.2.3