Commit 922b9d31 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: map, for the time being, acc_latm to mp4a

parent ee7dac86
......@@ -297,6 +297,9 @@ static const struct
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 26, 0 )
{ VLC_CODEC_ALS, CODEC_ID_MP4ALS, AUDIO_ES },
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 94, 0 )
{ VLC_CODEC_MP4A, CODEC_ID_AAC_LATM, AUDIO_ES },
#endif
{ VLC_CODEC_INTERPLAY_DPCM, CODEC_ID_INTERPLAY_DPCM, AUDIO_ES },
......
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