Commit 8e354a8c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add mp2a fourCC for some Mpeg Audio

(cherry picked from commit 18d3b9242b823db84c6d782d1fad03def223a5e8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cbae861e
...@@ -969,6 +969,7 @@ static const entry_t p_list_audio[] = { ...@@ -969,6 +969,7 @@ static const entry_t p_list_audio[] = {
/* MPEG Audio layer 1/2/3 */ /* MPEG Audio layer 1/2/3 */
B(VLC_CODEC_MPGA, "MPEG Audio layer 1/2/3"), B(VLC_CODEC_MPGA, "MPEG Audio layer 1/2/3"),
A("mpga"), A("mpga"),
A("mp2a"),
A(".mp1"), A(".mp1"),
A(".mp2"), A(".mp2"),
A("mp3 "), A("mp3 "),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment