decoder/mad: add API documentation

This commit is contained in:
Max Kellermann 2019-08-03 08:04:50 +02:00
parent 00830a20e3
commit c87d6825ec

View File

@ -175,6 +175,11 @@ private:
gcc_pure
long TimeToFrame(SongTime t) const noexcept;
/**
* Record the current frame's offset in the "frame_offsets"
* buffer and go forward to the next frame, updating the
* attributes "current_frame" and "timer".
*/
void UpdateTimerNextFrame() noexcept;
/**