summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/alsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index bd9a17f4b1..ebb572dc31 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -671,7 +671,7 @@ static void zero_remaining(unsigned int b, unsigned int b_max,
count += div_blocks[b];
if (count)
- memset(buf, 0, sizeof(*buf) * count);
+ memset(buf, 0, sizeof(*buf) * count);
}