[Ffmpeg-cvslog] r6372 - trunk/libavformat/mov.c

bcoudurier subversion
Thu Sep 28 19:55:00 CEST 2006


Author: bcoudurier
Date: Thu Sep 28 19:54:59 2006
New Revision: 6372

Modified:
   trunk/libavformat/mov.c

Log:
add lpcm fourcc

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Thu Sep 28 19:54:59 2006
@@ -147,6 +147,7 @@
     { CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
     { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
     { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
+    { CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
     { CODEC_ID_NONE, 0 },
 };
 




More information about the ffmpeg-cvslog mailing list