Skip to content

Commit 31c3274

Browse files
save file
1 parent 29b8251 commit 31c3274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ffmpeg-in-the-browser.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575

7676
menu = menumod();
7777

78-
hdr = mod['blog-hdr']
79-
log = mod.log;
78+
hdr = mod['blog-hdr'];
79+
log = mod['log-mod'];
8080

8181
vcdemo = mod['videoconverter-demo'];
8282
vctldr = mod['videoconverter-tldr'];
@@ -189,7 +189,7 @@
189189
<body>
190190

191191

192-
<blog-hdr component=grp1 v2.0>
192+
<blog-hdr component=grp1>
193193
<h1 class=title>
194194
FFMPEG In The Browser
195195
</h1>
@@ -393,7 +393,7 @@ <h3>
393393

394394

395395

396-
<log component v2.0></log>
396+
<log-mod component></log-mod>
397397

398398

399399
</body>

0 commit comments

Comments
 (0)