1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of player dar.

This commit is contained in:
winlin 2013-12-25 14:59:19 +08:00
parent 836bc413f9
commit 3ab867d907
6 changed files with 24 additions and 9 deletions

View file

@ -34,7 +34,7 @@
var __active_dar = null;
function select_dar(dar_id, num, den) {
srs_player.dar(num, den);
srs_player.set_dar(num, den);
if (__active_dar) {
__active_dar.removeClass("active");