Skip to content

Commit f1f55a5

Browse files
committed
README.md
1 parent 6fe1b2f commit f1f55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The decoder needs to allocate a buffer to store a frame and the decoded data. Th
7575
#define AAC_MAX_FRAME_SIZE 2100
7676
```
7777

78-
These values are working in most of the cases, but in some exceptional cases you might need to increase these values e.g. to
78+
These values are working with standard bitrates, but in some exceptional cases (with extreme or insane bitrates) you might need to increase these values e.g. to
7979
```
8080
#define MP3_MAX_OUTPUT_SIZE 2048 * 5
8181
#define MP3_MAX_FRAME_SIZE 3200

0 commit comments

Comments
 (0)