We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694c3de commit 455eb86Copy full SHA for 455eb86
src/Mp3Info.php
@@ -373,7 +373,6 @@ private function readMpegFrame($fp) {
373
374
switch ($header_bytes[1] >> 3 & 0b11) {
375
case 0b00: $this->codecVersion = self::MPEG_25; break;
376
- case 0b01: $this->codecVersion = self::CODEC_UNDEFINED; break;
377
case 0b10: $this->codecVersion = self::MPEG_2; break;
378
case 0b11: $this->codecVersion = self::MPEG_1; break;
379
}
0 commit comments