[FFmpeg-cvslog] r11522 - trunk/libavformat/au.c

rtogni subversion
Sun Jan 13 16:08:34 CET 2008


Author: rtogni
Date: Sun Jan 13 16:08:33 2008
New Revision: 11522

Log:
Add support for S8 PCM (codec 2)
Fix samples/au/vrooom.au


Modified:
   trunk/libavformat/au.c

Modified: trunk/libavformat/au.c
==============================================================================
--- trunk/libavformat/au.c	(original)
+++ trunk/libavformat/au.c	Sun Jan 13 16:08:33 2008
@@ -37,6 +37,7 @@
 /* The ffmpeg codecs we support, and the IDs they have in the file */
 static const AVCodecTag codec_au_tags[] = {
     { CODEC_ID_PCM_MULAW, 1 },
+    { CODEC_ID_PCM_S8, 2 },
     { CODEC_ID_PCM_S16BE, 3 },
     { CODEC_ID_PCM_ALAW, 27 },
     { 0, 0 },




More information about the ffmpeg-cvslog mailing list