Commit 50f7a078 authored by David Fuhrmann's avatar David Fuhrmann

vlc_aout.h: fix typo

parent 5e77bb0f
...@@ -201,7 +201,7 @@ VLC_API void aout_Deinterleave(void *dst, const void *src, unsigned samples, ...@@ -201,7 +201,7 @@ VLC_API void aout_Deinterleave(void *dst, const void *src, unsigned samples,
unsigned channels, vlc_fourcc_t fourcc); unsigned channels, vlc_fourcc_t fourcc);
/** /**
* This fonction will compute the extraction parameter into pi_selection to go * This function will compute the extraction parameter into pi_selection to go
* from i_channels with their type given by pi_order_src[] into the order * from i_channels with their type given by pi_order_src[] into the order
* describe by pi_order_dst. * describe by pi_order_dst.
* It will also set : * It will also set :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment