Skip to content

Commit f0d32eb

Browse files
committed
Fix audio/webm files
1 parent d970fda commit f0d32eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/marcel/tables.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,8 @@ module Marcel
21622162
['audio/mp4', [[4, 'ftypM4A '], [4, 'ftypM4B '], [4, 'ftypF4A '], [4, 'ftypF4B ']]],
21632163
['video/quicktime', [[4, "moov\000"], [4, "mdat\000"], [4, "free\000"], [4, "skip\000"], [4, "pnot\000"], [4, 'ftyp'], [0, "\000\000\000\bwide"]]],
21642164
['video/mpeg', [[0, "\000\000\001\263"], [0, "\000\000\001\272"]]],
2165-
['video/webm', [[0, "\032E\337\243", [[4..4096, "B\202", [[4..4096, 'webm']]]]]]],
2165+
['video/webm', [[0, "\032E\337\243", [[4..4096, "B\202", [[4..4096, 'webm', [[4..4096, 'V_VP8'], [4..4096, 'V_VP9']]]]]]]]],
2166+
['audio/webm', [[0, "\032E\337\243", [[4..4096, "B\202", [[4..4096, 'webm', [[4..4096, 'A_VORBIS'], [4..4096, 'A_OPUS']]]]]]]]],
21662167
['video/x-matroska', [[0, "\032E\337\243\223B\202\210matroska"]]],
21672168
['video/x-flv', [[0, 'FLV']]],
21682169
['audio/mpeg', [[0, "\377\362"], [0, "\377\363"], [0, "\377\364"], [0, "\377\365"], [0, "\377\366"], [0, "\377\367"], [0, "\377\372"], [0, "\377\373"], [0, "\377\374"], [0, "\377\375"], [0, "\377\377"], [0, 'ID3']]],
23.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)