Commit 8cad7460 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '02cf0c9e'

* commit '02cf0c9e':
  aac: Register the mime type
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 9694695a 02cf0c9e
......@@ -110,5 +110,6 @@ AVInputFormat ff_aac_demuxer = {
.read_packet = ff_raw_read_partial_packet,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "aac",
.mime_type = "audio/aac,audio/aacp,audio/x-aac",
.raw_codec_id = AV_CODEC_ID_AAC,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment