mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-29 08:42:13 +00:00
Make the audio and video uids different.
This does not appear to matter, but let's just be safe. Signed-off-by: Jeremy White <jwhite@codeweavers.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
4dc2401b75
commit
8b238f0eeb
@ -401,7 +401,7 @@ function webm_AudioTrackEntry()
|
||||
{
|
||||
this.id = WEBM_TRACK_ENTRY;
|
||||
this.number = 1;
|
||||
this.uid = 1;
|
||||
this.uid = 2; // Arbitrary id; most likely makes no difference
|
||||
this.type = 2; // Audio
|
||||
this.flag_enabled = 1;
|
||||
this.flag_default = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user