summaryrefslogtreecommitdiff
path: root/apps/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata')
-rw-r--r--apps/metadata/asf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c
index e2553463c0..fcc41c260d 100644
--- a/apps/metadata/asf.c
+++ b/apps/metadata/asf.c
@@ -498,11 +498,6 @@ bool get_asf_metadata(int fd, struct mp3entry* id3)
498 return false; 498 return false;
499 } 499 }
500 500
501 if (wfx.bitrate < 20000) {
502 DEBUGF("ASF: < 20kbps files not supported\n");
503 return false;
504 }
505
506 asf_read_object_header(&obj, fd); 501 asf_read_object_header(&obj, fd);
507 502
508 if (!asf_guid_match(&obj.guid, &asf_guid_data)) { 503 if (!asf_guid_match(&obj.guid, &asf_guid_data)) {