]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aacdec.c
os_support: Adjust an outdated #endif comment
[ffmpeg] / libavformat / aacdec.c
index f7e61efe9bcb298025e6bc7f2750eb7dd82c9995..566c3e78b916c9a5a4f15e780c966787fd5672ff 100644 (file)
@@ -102,5 +102,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,
 };