From 84cbdd9a04488529fc0fe723422ba4f5611bc325 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 18 Nov 2011 08:49:59 +0000 Subject: [PATCH] evas: video surface can be NULL. SVN revision: 65379 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index f88f0a7988..0df1dfea34 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -7136,7 +7136,7 @@ EAPI Evas_Native_Surface *evas_object_image_native_surface_get (const Ev * This function link a video surface to a given canvas image. * */ -EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1, 2); +EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1); /** * Get the video surface linekd to a given image of the canvas