mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 07:51:55 +00:00
bump version for fluid_player_seek()
This commit is contained in:
parent
aa8a32951a
commit
0a4a588d7c
1 changed files with 1 additions and 1 deletions
|
@ -1743,7 +1743,7 @@ fluid_player_get_status(fluid_player_t *player)
|
|||
* @param ticks the position to seek to in the current file
|
||||
* @return #FLUID_FAILED if ticks is negative or after the latest tick of the file,
|
||||
* #FLUID_OK otherwise
|
||||
* @since 1.1.9
|
||||
* @since 2.0.0
|
||||
*
|
||||
* The actual seek is performed during the player_callback.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue