summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index fc808d819..9332511bc 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -87,6 +87,7 @@ Decoder::~Decoder ()
delete _delay_line;
}
+/** Start off a decode processing run */
void
Decoder::process_begin ()
{
@@ -120,6 +121,7 @@ Decoder::process_begin ()
_audio_frames_processed = 0;
}
+/** Finish off a decode processing run */
void
Decoder::process_end ()
{