[Spice-devel] [PATCH spice-html5] Make the audio and video uids different.

Jeremy White jwhite at codeweavers.com
Fri Dec 23 16:53:53 UTC 2016


This does not appear to matter, but let's just be safe.

Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 webm.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webm.js b/webm.js
index 72c1853..6245498 100644
--- a/webm.js
+++ b/webm.js
@@ -406,7 +406,7 @@ function webm_AudioTrackEntry()
     */
     this.id = WEBM_TRACK_ENTRY;
     this.number = 1;
-    this.uid = 1;
+    this.uid = 2;
     this.type = 2; // Audio
     this.flag_enabled = 1;
     this.flag_default = 1;
-- 
2.1.4



More information about the Spice-devel mailing list