Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Change-Id: I2f554061678e4020d8bff3a4ed103dccc662725e
  • Loading branch information
bahusoid committed Dec 16, 2024
1 parent bccb352 commit 7ce8334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbcodec/metadata/vorbis.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ bool file_init(struct file* file, int fd, int type, int remaining)

//const char b64chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

int b64invs[] = { 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58,
const char b64invs[] = { 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58,
59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5,
6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28,
Expand Down

0 comments on commit 7ce8334

Please sign in to comment.