[0.3.78] fix internal api doxygen 38/162438/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Fri, 1 Dec 2017 06:51:27 +0000 (15:51 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Fri, 1 Dec 2017 06:51:27 +0000 (15:51 +0900)
Change-Id: I066388b65b6e63fab695af2c77d646a808520619

include/player_internal.h

index 02b4ed2..7413638 100644 (file)
@@ -178,7 +178,6 @@ int player_set_pcm_spec(player_h player, const char *format, int samplerate, int
  * @param[in]   rate The playback rate
  * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
  * @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @pre The player state must be set to #PLAYER_STATE_PLAYING by calling player_start().
  * @pre The player state must be set to #PLAYER_STATE_READY by calling player_prepare() or set to #PLAYER_STATE_PLAYING by calling player_start() or set to #PLAYER_STATE_PAUSED by calling player_pause().
  */
 int player_set_streaming_playback_rate(player_h player, float rate);