summaryrefslogtreecommitdiff
path: root/plugins/aac/aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/aac/aac.c')
-rw-r--r--plugins/aac/aac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/aac/aac.c b/plugins/aac/aac.c
index d86298a5..32f4fd0e 100644
--- a/plugins/aac/aac.c
+++ b/plugins/aac/aac.c
@@ -159,15 +159,15 @@ parse_aac_stream(DB_FILE *fp, int *psamplerate, int *pchannels, float *pduration
if (size == 0) {
memmove (buf, buf+1, sizeof (buf)-1);
bufsize--;
-// trace ("aac_sync fail, framepos: %d\n", framepos);
- if (deadbeef->ftell (fp) - initfpos > 4000) { // how many is enough to make sure?
- break;
- }
+ trace ("aac_sync fail, framepos: %d\n", framepos);
+// if (deadbeef->ftell (fp) - initfpos > 4000) { // how many is enough to make sure?
+// break;
+// }
framepos++;
continue;
}
else {
-// trace ("aac: frame #%d sync: %dch %d %d %d %d\n", frame, channels, samplerate, bitrate, samples, size);
+ trace ("aac: frame #%d sync: %dch %d %d %d %d\n", frame, channels, samplerate, bitrate, samples, size);
frame++;
nsamples += samples;
if (!stream_sr) {