We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66ba32 commit 6506165Copy full SHA for 6506165
src/mp3_decoder/mp3_decoder.h
@@ -466,10 +466,10 @@ const uint32_t csa[8][2] PROGMEM = {
466
*/
467
468
static const char* mpeg_version_table[] = {
469
- "MPEG-2.5", // 0
470
- "reserved", // 1
471
- "MPEG-2", // 2
472
- "MPEG-1" // 3
+ "MPEG-1", // 0
+ "MPEG-2", // 1
+ "MPEG-2.5", // 2
+ "MPEG-INVALID" // 3
473
};
474
475
static const char* layer_table[] = {
0 commit comments