Skip to content

Commit

Permalink
Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd'
Browse files Browse the repository at this point in the history
* commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd':
  aac: Register the mime type

Merged-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Jul 29, 2014
2 parents 9694695 + 02cf0c9 commit 8cad746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/aacdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

0 comments on commit 8cad746

Please sign in to comment.