[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec pcm.c,1.16,1.17
Reimar Döffinger CVS
reimar
Fri Sep 2 22:04:06 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat daud.c, NONE, 1.1 Makefile, 1.98, 1.99 allformats.c, 1.48, 1.49 avformat.h, 1.132, 1.133
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 idct_mmx.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv17055
Modified Files:
pcm.c
Log Message:
Document "us" parameter for PCM conversion functions.
Index: pcm.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/pcm.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pcm.c 2 Sep 2005 19:16:48 -0000 1.16
+++ pcm.c 2 Sep 2005 20:04:03 -0000 1.17
@@ -188,6 +188,7 @@
* \brief convert samples from 16 bit
* \param bps byte per sample for the destination format, must be >= 2
* \param le 0 for big-, 1 for little-endian
+ * \param us 0 for signed, 1 for unsigned output
* \param samples input samples
* \param dst output samples
* \param n number of samples in samples buffer.
@@ -378,6 +379,7 @@
* \brief convert samples to 16 bit
* \param bps byte per sample for the source format, must be >= 2
* \param le 0 for big-, 1 for little-endian
+ * \param us 0 for signed, 1 for unsigned input
* \param src input samples
* \param samples output samples
* \param src_len number of bytes in src
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat daud.c, NONE, 1.1 Makefile, 1.98, 1.99 allformats.c, 1.48, 1.49 avformat.h, 1.132, 1.133
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 idct_mmx.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list