[ACR-1221] Deprecate all capi-media-video-util APIs
[platform/core/api/video-util.git] / include / video_util_private.h
index 5645029..31b1c67 100755 (executable)
                        SECURE_LOGI(""fmt"", ##arg);     \
                } while (0)
 
+#define video_util_deprecated_log(fuction) do { \
+                       LOGW("DEPRECATION WARNING: %s() is deprecated and will be removed "\
+                               "from next release.", fuction); \
+               } while (0)
+
 typedef bool(*video_util_supported_type_cb)(int type, void *user_data);
 
 typedef struct {