summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_aac.c b/src/demuxers/demux_aac.c
index d5c8db46a..e7b9d6981 100644
--- a/src/demuxers/demux_aac.c
+++ b/src/demuxers/demux_aac.c
@@ -91,7 +91,7 @@ static int open_aac_file(demux_aac_t *this) {
return 0;
/* Check for an ADIF header - should be at the start of the file */
- if (_x_is_fourcc(peak, "ADIF")) {
+ if (_x_is_fourcc(&signature, "ADIF")) {
lprintf("found ADIF header\n");
return 1;
}