Merge pull request #8 from versatica/rtx

Minor change on Stats.jsx to show the media codec name when using rtx
master
Iñaki Baz Castillo 2017-08-06 16:15:49 +02:00 committed by GitHub
commit 00c06b43c2
1 changed files with 3 additions and 0 deletions

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;
}