Skip to content

Commit 222c2df

Browse files
committed
README
1 parent f1f55a5 commit 222c2df

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 with standard bitrates, but in some exceptional cases (with extreme or insane bitrates) 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 (220kbs) or insane (320kbs) 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)