@@ -77,11 +77,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
77
77
78
78
< div id ="codecButtons ">
79
79
< p > Codec:</ p >
80
- < input type ="radio " id ="H264 " name ="codec " value ="H264 " onchange ="getCodecValue(this) ">
80
+ < input type ="radio " id ="H264 " name ="codec " value ="H264 " checked =" checked " onchange ="getCodecValue(this) ">
81
81
< label for ="H.264 "> H.264</ label > < br >
82
82
< input type ="radio " id ="H265 " name ="codec " value ="H265 " onchange ="getCodecValue(this) ">
83
83
< label for ="H.265 "> H.265</ label > < br >
84
- < input type ="radio " id ="VP8 " name ="codec " value ="VP8 " checked =" checked " onchange ="getCodecValue(this) ">
84
+ < input type ="radio " id ="VP8 " name ="codec " value ="VP8 " onchange ="getCodecValue(this) ">
85
85
< label for ="VP8 "> VP8</ label > < br >
86
86
< input type ="radio " id ="VP9 " name ="codec " value ="VP9 " onchange ="getCodecValue(this) ">
87
87
< label for ="VP9 "> VP9</ label > < br >
@@ -127,11 +127,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
127
127
128
128
< div id ="modeButtons ">
129
129
< p > Scalability Mode:</ p >
130
- < input type ="radio " id ="L1T1 " name ="mode " value ="L1T1 " onchange ="getModeValue(this) ">
130
+ < input type ="radio " id ="L1T1 " name ="mode " value ="L1T1 " checked =" checked " onchange ="getModeValue(this) ">
131
131
< label for ="L1T1 "> L1T1</ label > < br >
132
132
< input type ="radio " id ="L1T2 " name ="mode " value ="L1T2 " onchange ="getModeValue(this) ">
133
133
< label for ="L1T2 "> L1T2</ label > < br >
134
- < input type ="radio " id ="L1T3 " name ="mode " value ="L1T3 " checked =" checked " onchange ="getModeValue(this) ">
134
+ < input type ="radio " id ="L1T3 " name ="mode " value ="L1T3 " onchange ="getModeValue(this) ">
135
135
< label for ="L1T3 "> L1T3</ label > < br >
136
136
</ div >
137
137
@@ -166,7 +166,7 @@ <h2>WebCodecs in Worker + RVFC</h2>
166
166
< br /> </ br >
167
167
< button id ="connect "> Start</ button >
168
168
< button id ="stop "> Stop</ button >
169
- < script src ="https://cdn.plot.ly /plotly-2.18.2.min.js "> </ script >
169
+ < script src ="../third_party/plotly /plotly-2.18.2.min.js "> </ script >
170
170
< script src ="js/main.js "> </ script >
171
171
</ body >
172
172
</ html >
0 commit comments