aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/ac3.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/ac3.h')
-rw-r--r--audio/decoders/ac3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/ac3.h b/audio/decoders/ac3.h
index a51107a410..249d1dcfa2 100644
--- a/audio/decoders/ac3.h
+++ b/audio/decoders/ac3.h
@@ -41,7 +41,7 @@ class PacketizedAudioStream;
* @param firstPacket The stream containing the first packet of data
* @return A new PacketizedAudioStream, or NULL on error
*/
-PacketizedAudioStream *makeAC3Stream(Common::SeekableReadStream &firstPacket);
+PacketizedAudioStream *makeAC3Stream(Common::SeekableReadStream &firstPacket, double decibel = 0.0);
} // End of namespace Audio