summaryrefslogtreecommitdiff
path: root/apps/metadata/mp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/mp4.c')
-rw-r--r--apps/metadata/mp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c
index f39d3f138e..00f0bf9d4c 100644
--- a/apps/metadata/mp4.c
+++ b/apps/metadata/mp4.c
@@ -650,7 +650,7 @@ static bool read_mp4_container(int fd, struct mp3entry* id3,
650 { 650 {
651 uint32_t frequency; 651 uint32_t frequency;
652 652
653 id3->codectype = (type == MP4_mp4a) ? AFMT_AAC : AFMT_ALAC; 653 id3->codectype = (type == MP4_mp4a) ? AFMT_MP4_AAC : AFMT_MP4_ALAC;
654 lseek(fd, 22, SEEK_CUR); 654 lseek(fd, 22, SEEK_CUR);
655 read_uint32be(fd, &frequency); 655 read_uint32be(fd, &frequency);
656 size -= 26; 656 size -= 26;