@@ -83,11 +83,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
83
83
84
84
< div id ="codecButtons ">
85
85
< p > Codec:</ p >
86
- < input type ="radio " id ="H264 " name ="codec " value ="H264 " onchange ="getCodecValue(this) ">
86
+ < input type ="radio " id ="H264 " name ="codec " value ="H264 " checked =" checked " onchange ="getCodecValue(this) ">
87
87
< label for ="H.264 "> H.264</ label > < br >
88
88
< input type ="radio " id ="H265 " name ="codec " value ="H265 " onchange ="getCodecValue(this) ">
89
89
< label for ="H.265 "> H.265</ label > < br >
90
- < input type ="radio " id ="VP8 " name ="codec " value ="VP8 " checked =" checked " onchange ="getCodecValue(this) ">
90
+ < input type ="radio " id ="VP8 " name ="codec " value ="VP8 " onchange ="getCodecValue(this) ">
91
91
< label for ="VP8 "> VP8</ label > < br >
92
92
< input type ="radio " id ="VP9 " name ="codec " value ="VP9 " onchange ="getCodecValue(this) ">
93
93
< label for ="VP9 "> VP9</ label > < br >
@@ -133,11 +133,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
133
133
134
134
< div id ="modeButtons ">
135
135
< p > Scalability Mode:</ p >
136
- < input type ="radio " id ="L1T1 " name ="mode " value ="L1T1 " onchange ="getModeValue(this) ">
136
+ < input type ="radio " id ="L1T1 " name ="mode " value ="L1T1 " checked =" checked " onchange ="getModeValue(this) ">
137
137
< label for ="L1T1 "> L1T1</ label > < br >
138
138
< input type ="radio " id ="L1T2 " name ="mode " value ="L1T2 " onchange ="getModeValue(this) ">
139
139
< label for ="L1T2 "> L1T2</ label > < br >
140
- < input type ="radio " id ="L1T3 " name ="mode " value ="L1T3 " checked =" checked " onchange ="getModeValue(this) ">
140
+ < input type ="radio " id ="L1T3 " name ="mode " value ="L1T3 " onchange ="getModeValue(this) ">
141
141
< label for ="L1T3 "> L1T3</ label > < br >
142
142
</ div >
143
143
@@ -176,7 +176,7 @@ <h2>WebCodecs in Worker + RVFC</h2>
176
176
< br /> </ br >
177
177
< button id ="connect "> Start</ button >
178
178
< button id ="stop "> Stop</ button >
179
- < script src ="https://cdn.plot.ly /plotly-2.18.2.min.js "> </ script >
179
+ < script src ="../third_party/plotly /plotly-2.18.2.min.js "> </ script >
180
180
< script src ="js/main.js "> </ script >
181
181
</ body >
182
182
</ html >
0 commit comments