diff options
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r-- | src/decoder_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 9d032b451..6e011c395 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -83,7 +83,7 @@ double decoder_seek_where(struct decoder *decoder); /** - * Call this right before decoder_command_finished() when seeking has + * Call this instead of decoder_command_finished() when seeking has * failed. * * @param decoder the decoder object |