[vlc-commits] Add mp2a fourCC for some Mpeg Audio

Jean-Baptiste Kempf git at videolan.org
Sat Feb 25 14:41:27 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 25 13:50:30 2012 +0100| [18d3b9242b823db84c6d782d1fad03def223a5e8] | committer: Jean-Baptiste Kempf

Add mp2a fourCC for some Mpeg Audio

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18d3b9242b823db84c6d782d1fad03def223a5e8
---

 src/misc/fourcc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index b2d8c95..ba484f0 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -973,6 +973,7 @@ static const entry_t p_list_audio[] = {
     /* MPEG Audio layer 1/2/3 */
     B(VLC_CODEC_MPGA, "MPEG Audio layer 1/2/3"),
         A("mpga"),
+        A("mp2a"),
         A(".mp1"),
         A(".mp2"),
         A("mp3 "),



More information about the vlc-commits mailing list