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:
Jeremy White 2016-12-20 10:39:26 -06:00 committed by Frediano Ziglio
parent 4dc2401b75
commit 8b238f0eeb

View File

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