summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/sws_utils.h')
-rw-r--r--video/sws_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index cf9aa827b2..7c7c1af34b 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -18,11 +18,11 @@ extern const int mp_sws_fast_flags;
bool mp_sws_supported_format(int imgfmt);
-void mp_image_swscale(struct mp_image *dst, struct mp_image *src,
- int my_sws_flags);
+int mp_image_swscale(struct mp_image *dst, struct mp_image *src,
+ int my_sws_flags);
-void mp_image_sw_blur_scale(struct mp_image *dst, struct mp_image *src,
- float gblur);
+int mp_image_sw_blur_scale(struct mp_image *dst, struct mp_image *src,
+ float gblur);
struct mp_sws_context {
// Can be set for verbose error printing.