[vlc-devel] commit: Correctly set GSM fourcc (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Mar 14 14:23:25 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 14:13:49 2009 +0100| [a634a824ba40cd1b6138fb22977fb86a701a8797] | committer: Jean-Baptiste Kempf 

Correctly set GSM fourcc

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

 include/vlc_codecs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_codecs.h b/include/vlc_codecs.h
index 4604711..d31b539 100644
--- a/include/vlc_codecs.h
+++ b/include/vlc_codecs.h
@@ -305,6 +305,7 @@ wave_format_tag_to_fourcc[] =
     { WAVE_FORMAT_ALAW,       VLC_FOURCC( 'a', 'l', 'a', 'w' ), "A-Law" },
     { WAVE_FORMAT_MULAW,      VLC_FOURCC( 'm', 'l', 'a', 'w' ), "Mu-Law" },
     { WAVE_FORMAT_IMA_ADPCM,  VLC_FOURCC( 'm', 's', 0x00,0x11), "Ima-ADPCM" },
+    { WAVE_FORMAT_GSM610,     VLC_FOURCC( 'g', 's', 'm', ' ' ), "GSM 610" },
     { WAVE_FORMAT_G726,       VLC_FOURCC( 'g', '7', '2', '6' ), "G.726 ADPCM" },
     { WAVE_FORMAT_MPEGLAYER3, VLC_FOURCC( 'm', 'p', 'g', 'a' ), "Mpeg Audio" },
     { WAVE_FORMAT_MPEG,       VLC_FOURCC( 'm', 'p', 'g', 'a' ), "Mpeg Audio" },




More information about the vlc-devel mailing list