matroska: Register mime types

This commit is contained in:
Luca Barbato 2014-03-13 22:14:43 +01:00
parent 02cf0c9e42
commit fa38573cd9
1 changed files with 1 additions and 0 deletions

View File

@ -2607,4 +2607,5 @@ 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"
};