Mercurial > mplayer.hg
diff configure @ 34103:febe300dbfc0
S/PDIF passthrough decoder
patch by Naoya OYAMA, naoya.oyama gmail com
author | diego |
---|---|
date | Wed, 12 Oct 2011 17:23:08 +0000 |
parents | dd8320c2a2cb |
children | 34c1bbba61a6 |
line wrap: on
line diff
--- a/configure Wed Oct 12 11:38:10 2011 +0000 +++ b/configure Wed Oct 12 17:23:08 2011 +0000 @@ -8133,8 +8133,10 @@ */ #define CONFIG_FAKE_MONO 1 -/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */ -#define MAX_OUTBURST 65536 +/* set up max. outburst. use 131072 for TrueHD SPDIF pass-through, + * use 65536 for ALSA 0.5, for others 16384 is enough + */ +#define MAX_OUTBURST 131072 /* set up audio OUTBURST. Do not change this! */ #define OUTBURST 512