Skip to content

Commit

Permalink
r indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Jul 23, 2020
1 parent b3b6315 commit 366d23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions injector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* HLS Metadata Injector (c) 2015 Denis Mysenko
*/

$packetSize = 188;
// 90Khz for MPEG TS
$packetSize = 188;
// 90Khz for MPEG TS
$clockFrequency = 90000;
$debug = false;
// 10 megabytes – if the input file is smaller, load it into RAM fully
Expand Down

0 comments on commit 366d23d

Please sign in to comment.