aboutsummaryrefslogtreecommitdiffstats
path: root/src/aac_decode.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/aac_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aac_decode.c b/src/aac_decode.c
index 22a1db51d..25af3f345 100644
--- a/src/aac_decode.c
+++ b/src/aac_decode.c
@@ -362,7 +362,7 @@ int aac_decode(OutputBuffer * cb, DecoderControl * dc) {
sampleBufferLen = sampleCount*2;
- sendDataToOutputBuffer(cb, NULL, dc, sampleBuffer,
+ sendDataToOutputBuffer(cb, NULL, dc, 0, sampleBuffer,
sampleBufferLen, time, bitRate);
if(dc->seek) dc->seek = 0;
else if(dc->stop) {