summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/decoder.h b/decoder.h
index 2d04360..71c2ed1 100644
--- a/decoder.h
+++ b/decoder.h
@@ -51,9 +51,7 @@ public:
AVFrame *decode(AVPacket *source, uint32_t width, uint32_t height);
void decode(cDxr3PesFrame *frame, iAudio *audio);
void ac3dts(cDxr3PesFrame *frame, iAudio *audio);
-/*
- void DecodeLpcm(cDxr3PesFrame *frame, uint32_t pts, cDxr3SyncBuffer &aBuf);
-*/
+
void Reset()
{
ac3dtsDecoder.Clear();