From 97398fba1809a3888d62a90a7a6d1140f6779802 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Mon, 19 Mar 2018 15:22:15 +0900 Subject: [PATCH] [ACR-1185] Change API naming Change-Id: Ide0589c1a79cf47872ada3580da688f995bd24f8 --- include/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/player.h b/include/player.h index 8ed87fe..b154f7d 100644 --- a/include/player.h +++ b/include/player.h @@ -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. -- 2.7.4