]> git.sesse.net Git - vlc/commitdiff
Avcodec: map, for the time being, acc_latm to mp4a
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 May 2011 15:55:41 +0000 (17:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 May 2011 15:55:41 +0000 (17:55 +0200)
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 },