X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fvideo_util_private.h;h=31b1c67f66fb3ff4ee9397ad28f931457e191b32;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20180516.105628;hp=5645029a3645628aada0250a70bfd2421c7c2180;hpb=940352faee2ad7c5c29abedb7b70a5691b36720b;p=platform%2Fcore%2Fapi%2Fvideo-util.git diff --git a/include/video_util_private.h b/include/video_util_private.h index 5645029..31b1c67 100755 --- a/include/video_util_private.h +++ b/include/video_util_private.h @@ -52,6 +52,11 @@ 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 {