Skip to content

Commit 6506165

Browse files
committed
corr wrong mpeg_version_table
1 parent b66ba32 commit 6506165

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/mp3_decoder/mp3_decoder.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,10 @@ const uint32_t csa[8][2] PROGMEM = {
466466
*/
467467

468468
static const char* mpeg_version_table[] = {
469-
"MPEG-2.5", // 0
470-
"reserved", // 1
471-
"MPEG-2", // 2
472-
"MPEG-1" // 3
469+
"MPEG-1", // 0
470+
"MPEG-2", // 1
471+
"MPEG-2.5", // 2
472+
"MPEG-INVALID" // 3
473473
};
474474

475475
static const char* layer_table[] = {

0 commit comments

Comments
 (0)