From: Eunhae Choi Date: Thu, 10 Dec 2015 08:06:58 +0000 (+0900) Subject: [deprecate] unused ROI enum of display mode X-Git-Tag: submit/tizen/20151221.050933^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=410b1512b707f3f77c343f20f12fdc89a9d1997b;p=platform%2Fcore%2Fapi%2Fplayer.git [deprecate] unused ROI enum of display mode Change-Id: Idd5dbed4ff3ced2d77a9013e210ceec926534439 Signed-off-by: Eunhae Choi --- diff --git a/include/mobile/player.h b/include/mobile/player.h index 449d302..56ad8d8 100644 --- a/include/mobile/player.h +++ b/include/mobile/player.h @@ -201,7 +201,7 @@ typedef enum PLAYER_DISPLAY_MODE_FULL_SCREEN, /**< Full-screen */ PLAYER_DISPLAY_MODE_CROPPED_FULL, /**< Cropped full-screen */ PLAYER_DISPLAY_MODE_ORIGIN_OR_LETTER, /**< Origin size (if surface size is larger than video size(width/height)) or Letter box (if video size(width/height) is larger than surface size) */ - PLAYER_DISPLAY_MODE_DST_ROI, /**< Dst ROI mode */ + PLAYER_DISPLAY_MODE_DST_ROI, /**< Dst ROI mode (Deprecated since [3.0]).*/ } player_display_mode_e; /** diff --git a/include/wearable/player.h b/include/wearable/player.h index ae62b21..70587f2 100644 --- a/include/wearable/player.h +++ b/include/wearable/player.h @@ -200,7 +200,7 @@ typedef enum PLAYER_DISPLAY_MODE_FULL_SCREEN, /**< Full-screen */ PLAYER_DISPLAY_MODE_CROPPED_FULL, /**< Cropped full-screen */ PLAYER_DISPLAY_MODE_ORIGIN_OR_LETTER, /**< Origin size (if surface size is larger than video size(width/height)) or Letter box (if video size(width/height) is larger than surface size) */ - PLAYER_DISPLAY_MODE_DST_ROI, /**< Dst ROI mode */ + PLAYER_DISPLAY_MODE_DST_ROI, /**< Dst ROI mode (Deprecated since [3.0]).*/ } player_display_mode_e; /**