Commit 02789492 by ibaker Committed by Oliver Woodman

Set subtitle track to default in sample_with_srt.mkv

This will mean the track is automatically used when running in a
playback test.

Command used to change the flag:
```
$ mkvpropedit sample_with_srt.mkv --edit track:3 --set flag-default=1
```

PiperOrigin-RevId: 345436666
parent 374ba127
......@@ -271,6 +271,7 @@ track 3:
format 0:
id = 3
sampleMimeType = application/x-subrip
selectionFlags = 1
language = en
label = Subs Label
sample 0:
......
......@@ -271,6 +271,7 @@ track 3:
format 0:
id = 3
sampleMimeType = application/x-subrip
selectionFlags = 1
language = en
label = Subs Label
sample 0:
......
......@@ -271,6 +271,7 @@ track 3:
format 0:
id = 3
sampleMimeType = application/x-subrip
selectionFlags = 1
language = en
label = Subs Label
sample 0:
......
......@@ -271,6 +271,7 @@ track 3:
format 0:
id = 3
sampleMimeType = application/x-subrip
selectionFlags = 1
language = en
label = Subs Label
sample 0:
......
......@@ -271,6 +271,7 @@ track 3:
format 0:
id = 3
sampleMimeType = application/x-subrip
selectionFlags = 1
language = en
label = Subs Label
sample 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment