[vlc-commits] Avcodec: map, for the time being, acc_latm to mp4a
Jean-Baptiste Kempf
git at videolan.org
Sun May 15 17:58:40 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 15 17:55:41 2011 +0200| [922b9d314c523794fde1ebd12afb2421cdf8992e] | committer: Jean-Baptiste Kempf
Avcodec: map, for the time being, acc_latm to mp4a
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=922b9d314c523794fde1ebd12afb2421cdf8992e
---
modules/codec/avcodec/fourcc.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 6cba823..7690d30 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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 },
More information about the vlc-commits
mailing list