@@ 1466-1468 (lines=3) @@ | ||
1463 | if ($info['mpeg']['audio']['version'] == '1') { |
|
1464 | if ($info['mpeg']['audio']['layer'] == 3) { |
|
1465 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 32000=>0, 40000=>0, 48000=>0, 56000=>0, 64000=>0, 80000=>0, 96000=>0, 112000=>0, 128000=>0, 160000=>0, 192000=>0, 224000=>0, 256000=>0, 320000=>0); |
|
1466 | } elseif ($info['mpeg']['audio']['layer'] == 2) { |
|
1467 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 32000=>0, 48000=>0, 56000=>0, 64000=>0, 80000=>0, 96000=>0, 112000=>0, 128000=>0, 160000=>0, 192000=>0, 224000=>0, 256000=>0, 320000=>0, 384000=>0); |
|
1468 | } elseif ($info['mpeg']['audio']['layer'] == 1) { |
|
1469 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 32000=>0, 64000=>0, 96000=>0, 128000=>0, 160000=>0, 192000=>0, 224000=>0, 256000=>0, 288000=>0, 320000=>0, 352000=>0, 384000=>0, 416000=>0, 448000=>0); |
|
1470 | } |
|
1471 | } elseif ($info['mpeg']['audio']['layer'] == 1) { |
|
@@ 1471-1473 (lines=3) @@ | ||
1468 | } elseif ($info['mpeg']['audio']['layer'] == 1) { |
|
1469 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 32000=>0, 64000=>0, 96000=>0, 128000=>0, 160000=>0, 192000=>0, 224000=>0, 256000=>0, 288000=>0, 320000=>0, 352000=>0, 384000=>0, 416000=>0, 448000=>0); |
|
1470 | } |
|
1471 | } elseif ($info['mpeg']['audio']['layer'] == 1) { |
|
1472 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 32000=>0, 48000=>0, 56000=>0, 64000=>0, 80000=>0, 96000=>0, 112000=>0, 128000=>0, 144000=>0, 160000=>0, 176000=>0, 192000=>0, 224000=>0, 256000=>0); |
|
1473 | } else { |
|
1474 | $info['mpeg']['audio']['bitrate_distribution'] = array('free'=>0, 8000=>0, 16000=>0, 24000=>0, 32000=>0, 40000=>0, 48000=>0, 56000=>0, 64000=>0, 80000=>0, 96000=>0, 112000=>0, 128000=>0, 144000=>0, 160000=>0); |
|
1475 | } |
|
1476 |