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:
parent
836bc413f9
commit
3ab867d907
6 changed files with 24 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue