@@ -77,11 +77,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
7777
7878< div id ="codecButtons ">
7979< 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) ">
8181 < label for ="H.264 "> H.264</ label > < br >
8282 < input type ="radio " id ="H265 " name ="codec " value ="H265 " onchange ="getCodecValue(this) ">
8383 < 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) ">
8585 < label for ="VP8 "> VP8</ label > < br >
8686 < input type ="radio " id ="VP9 " name ="codec " value ="VP9 " onchange ="getCodecValue(this) ">
8787 < label for ="VP9 "> VP9</ label > < br >
@@ -127,11 +127,11 @@ <h2>WebCodecs in Worker + RVFC</h2>
127127
128128< div id ="modeButtons ">
129129< 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) ">
131131 < label for ="L1T1 "> L1T1</ label > < br >
132132 < input type ="radio " id ="L1T2 " name ="mode " value ="L1T2 " onchange ="getModeValue(this) ">
133133 < 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) ">
135135 < label for ="L1T3 "> L1T3</ label > < br >
136136</ div >
137137
@@ -166,7 +166,7 @@ <h2>WebCodecs in Worker + RVFC</h2>
166166< br /> </ br >
167167< button id ="connect "> Start</ button >
168168< 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 >
170170< script src ="js/main.js "> </ script >
171171</ body >
172172</ html >
0 commit comments