vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue May 15 22:23:05 2018 +0300| [786bb81136d6e8c1e95a5523ea4be778d32234a2] | committer: Rémi Denis-Courmont
Revert "aout: shrink table storage" This reverts commit 366cb7766235f9d5b7221dca033079a6c3c74036. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=786bb81136d6e8c1e95a5523ea4be778d32234a2 --- 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 c87b4a4c27..f03b26d4fb 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 uint16_t pi_vlc_chan_order_wg4[] = +static const uint32_t pi_vlc_chan_order_wg4[] = { AOUT_CHAN_LEFT, AOUT_CHAN_RIGHT, AOUT_CHAN_MIDDLELEFT, AOUT_CHAN_MIDDLERIGHT, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
