diff options
Diffstat (limited to 'sound/timestamp.h')
-rw-r--r-- | sound/timestamp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/timestamp.h b/sound/timestamp.h index 0b55135355..410445eccd 100644 --- a/sound/timestamp.h +++ b/sound/timestamp.h @@ -79,7 +79,7 @@ public: * @param msecs starting time in milliseconds * @param framerate number of frames per second (must be > 0) */ - Timestamp(uint msecs, uint framerate); + Timestamp(uint msecs = 0, uint framerate = 1); /** * Set up a timestamp with a given time, frames and framerate. |