aac audio format handler: fix end of file timeout
[paraslash.git] / aac_common.c
index 7ccc668f55127727ec0161477bc3f2e2c7a6e980..2dc979011be245850cef106167bd4fad611abe1e 100644 (file)
@@ -130,7 +130,7 @@ ssize_t aac_find_entry_point(unsigned char *buf, size_t buflen, size_t *skip)
                i += 12;
                ret = aac_read_int32(buf + i); /* first offset */
                i += 4;
-               PARA_INFO_LOG("num entries: %zd\n", ret);
+               PARA_INFO_LOG("entry point: %zd\n", ret);
                *skip = i;
                return ret;
        }