Merge pull request #8 from versatica/rtx

Minor change on Stats.jsx to show the media codec name when using rtx
This commit is contained in:
Iñaki Baz Castillo
2017-08-06 16:15:49 +02:00
committed by GitHub
+3
View File
@@ -184,6 +184,9 @@ export default class Stats extends React.Component
block = audio;
break;
case 'video':
if (codec === 'rtx')
break;
block = video;
break;
}