[ACR-1185] Change API naming 65/172965/2
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 19 Mar 2018 06:22:15 +0000 (15:22 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 19 Mar 2018 06:32:06 +0000 (15:32 +0900)
Change-Id: Ide0589c1a79cf47872ada3580da688f995bd24f8

include/player.h

index 8ed87fe..b154f7d 100644 (file)
@@ -2291,7 +2291,7 @@ int player_360_is_content_spherical(player_h player, bool *is_spherical);
  * @pre The player state must be one of #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING or #PLAYER_STATE_PAUSED.
  * @see player_360_is_enabled()
  */
-int player_360_set_enable(player_h player, bool enable);
+int player_360_set_enabled(player_h player, bool enable);
 
 /**
  * @brief Gets the 360 video display mode.