What about these mime types?

audio/3gpp, audio/3gpp2, audio/mp4, audio/MP4A-LATM, audio/mpeg4-generic

>From https://en.wikipedia.org/wiki/Advanced_Audio_Coding


On Fri, Jul 11, 2014 at 5:24 AM, Luca Barbato <[email protected]> wrote:

> Speed up probing ADTS live streams that are not frame-aligned such
> as http://mp3.streampower.be/radio1.aac .
> ---
>  libavformat/aacdec.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/aacdec.c b/libavformat/aacdec.c
> index f7e61ef..566c3e7 100644
> --- a/libavformat/aacdec.c
> +++ b/libavformat/aacdec.c
> @@ -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,
>  };
> --
> 1.9.0
>
> _______________________________________________
> libav-devel mailing list
> [email protected]
> https://lists.libav.org/mailman/listinfo/libav-devel
>
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to