@@ -83,11 +83,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
8383
8484< div id ="codecButtons ">
8585< 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) ">
8787 < label for ="H.264 "> H.264</ label > < br >
8888 < input type ="radio " id ="H265 " name ="codec " value ="H265 " onchange ="getCodecValue(this) ">
8989 < 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) ">
9191 < label for ="VP8 "> VP8</ label > < br >
9292 < input type ="radio " id ="VP9 " name ="codec " value ="VP9 " onchange ="getCodecValue(this) ">
9393 < label for ="VP9 "> VP9</ label > < br >
@@ -133,11 +133,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
133133
134134< div id ="modeButtons ">
135135< 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) ">
137137 < label for ="L1T1 "> L1T1</ label > < br >
138138 < input type ="radio " id ="L1T2 " name ="mode " value ="L1T2 " onchange ="getModeValue(this) ">
139139 < 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) ">
141141 < label for ="L1T3 "> L1T3</ label > < br >
142142</ div >
143143
@@ -176,7 +176,7 @@ <h2>WebCodecs in Worker + RVFC</h2>
176176< br /> </ br >
177177< button id ="connect "> Start</ button >
178178< 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 >
180180< script src ="js/main.js "> </ script >
181181</ body >
182182</ html >
0 commit comments