[deprecate] unused ROI enum of display mode 29/53929/2
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Dec 2015 08:06:58 +0000 (17:06 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Fri, 11 Dec 2015 04:27:19 +0000 (13:27 +0900)
Change-Id: Idd5dbed4ff3ced2d77a9013e210ceec926534439
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
include/mobile/player.h
include/wearable/player.h

index 449d302..56ad8d8 100644 (file)
@@ -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;
 
 /**
index ae62b21..70587f2 100644 (file)
@@ -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;
 
 /**