Skip to content

Commit

Permalink
Update avplayer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed May 5, 2024
1 parent 554f888 commit 0b277dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/avplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
switch (codecId) {
// H264
case 27:
return `../dist/decode/h264${enableSimdComponent.enableSimd ? '-simd' : '-atomic'}.wasm`
return `../dist/decode/h264-atomic.wasm`
// AAC
case 86018:
return '../dist/decode/aac-atomic.wasm'
Expand Down

0 comments on commit 0b277dc

Please sign in to comment.