]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/fourcc.c
Avcodec: map, for the time being, acc_latm to mp4a
[vlc] / modules / codec / avcodec / fourcc.c
index 6cba8236a6faf58c6c1c98b935561b6750bbd085..7690d30ab6ace15d9fada4037cf0a4f0f5191ff7 100644 (file)
@@ -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 },