vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 "), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
