Merge commit 'fa38573cd9'
* commit 'fa38573cd9':
matroska: Register mime types
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
92de445034
1 changed files with 1 additions and 0 deletions
|
|
@ -3438,6 +3438,7 @@ AVInputFormat ff_matroska_demuxer = {
|
|||
.read_packet = matroska_read_packet,
|
||||
.read_close = matroska_read_close,
|
||||
.read_seek = matroska_read_seek,
|
||||
.mime_type = "audio/webm,audio/x-matroska,video/webm,video/x-matroska"
|
||||
};
|
||||
|
||||
AVInputFormat ff_webm_dash_manifest_demuxer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue