vlc | branch: master | Lyndon Brown <jnq...@gmail.com> | Wed May 24 21:18:44 
2017 +0100| [9e64d40264f126ac02f3cd645af2deb348616578] | committer: 
Jean-Baptiste Kempf

includes/aout: fix incorrect mention of 24-bit support

Left over from 8d73a4d79b1fe7423d07d106281a96393f60115c

Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org>

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

 include/vlc_aout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index db9ec90bfc..5e5690fb1d 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -273,7 +273,7 @@ VLC_API bool aout_CheckChannelExtraction( int 
*pi_selection, uint32_t *pi_layout
  * aout_CheckChannelExtraction.
  *
  * XXX this function does not work in place (p_dst and p_src must not overlap).
- * XXX Only 8, 16, 24, 32, 64 bits per sample are supported.
+ * XXX Only 8, 16, 32, 64 bits per sample are supported.
  */
 VLC_API void aout_ChannelExtract( void *p_dst, int i_dst_channels, const void 
*p_src, int i_src_channels, int i_sample_count, const int *pi_selection, int 
i_bits_per_sample );
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to