[vlc-commits] aout: shrink table storage

Rémi Denis-Courmont git at videolan.org
Tue May 15 18:47:39 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar  6 18:10:51 2012 +0200| [366cb7766235f9d5b7221dca033079a6c3c74036] | committer: Rémi Denis-Courmont

aout: shrink table storage

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

 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 f03b26d4fb..c87b4a4c27 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -291,7 +291,7 @@ static_assert(AOUT_CHANIDX_MAX == AOUT_CHAN_MAX, "channel count mismatch");
 /**
  * It describes the audio channel order VLC expect.
  */
-static const uint32_t pi_vlc_chan_order_wg4[] =
+static const uint16_t pi_vlc_chan_order_wg4[] =
 {
     AOUT_CHAN_LEFT, AOUT_CHAN_RIGHT,
     AOUT_CHAN_MIDDLELEFT, AOUT_CHAN_MIDDLERIGHT,



More information about the vlc-commits mailing list