File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1 class="page-title">Source: capabilities.js</h1>
4242var ffEncodersRegexp = /\(encoders:([^\)]+)\)/;
4343var ffDecodersRegexp = /\(decoders:([^\)]+)\)/;
4444var encodersRegexp = /^\s*([VAS\.])([F\.])([S\.])([X\.])([B\.])([D\.]) ([^ ]+) +(.*)$/;
45- var formatRegexp = /^\s*([D ])([E ]) ([^ ]+) +(.*)$/;
45+ var formatRegexp = /^\s*([D ])([E ])\s+ ([^ ]+)\s +(.*)$/;
4646var lineBreakRegexp = /\r\n|\r|\n/;
4747var filterRegexp = /^(?: [T\.][S\.][C\.] )?([^ ]+) +(AA?|VV?|\|)-> (AA?|VV?|\|) +(.*)$/;
4848
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var ffCodecRegexp = /^\s*([D\.])([E\.])([VAS])([I\.])([L\.])([S\.]) ([^ ]+) +(.*
1515var ffEncodersRegexp = / \( e n c o d e r s : ( [ ^ \) ] + ) \) / ;
1616var ffDecodersRegexp = / \( d e c o d e r s : ( [ ^ \) ] + ) \) / ;
1717var encodersRegexp = / ^ \s * ( [ V A S \. ] ) ( [ F \. ] ) ( [ S \. ] ) ( [ X \. ] ) ( [ B \. ] ) ( [ D \. ] ) ( [ ^ ] + ) + ( .* ) $ / ;
18- var formatRegexp = / ^ \s * ( [ D ] ) ( [ E ] ) ( [ ^ ] + ) + ( .* ) $ / ;
18+ var formatRegexp = / ^ \s * ( [ D ] ) ( [ E ] ) \s + ( [ ^ ] + ) \s + ( .* ) $ / ;
1919var lineBreakRegexp = / \r \n | \r | \n / ;
2020var filterRegexp = / ^ (?: [ T \. ] [ S \. ] [ C \. ] ) ? ( [ ^ ] + ) + ( A A ? | V V ? | \| ) - > ( A A ? | V V ? | \| ) + ( .* ) $ / ;
2121
You can’t perform that action at this time.
0 commit comments