mirror of https://git.ffmpeg.org/ffmpeg.git
aac: Register the mime type
Speed up probing ADTS live streams that are not frame-aligned such as http://mp3.streampower.be/radio1.aac .
This commit is contained in:
parent
3a19405d57
commit
02cf0c9e42
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue