Mercurial > mplayer.hg
changeset 36493:36820f219892
add comment about ac3 aes, patch by funman
author | compn |
---|---|
date | Fri, 17 Jan 2014 15:47:12 +0000 |
parents | 65eb5c78f4fe |
children | 60d86116a5bc |
files | libao2/ao_alsa.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_alsa.c Fri Jan 17 15:38:37 2014 +0000 +++ b/libao2/ao_alsa.c Fri Jan 17 15:47:12 2014 +0000 @@ -258,7 +258,8 @@ char *ac3_device, *args; if (try_ac3) { - /* to set the non-audio bit, use AES0=6 */ + /* to set the non-audio bit, use AES0=6 + * 6 == IEC958_AES0_NONAUDIO | IEC958_AES0_PRO_EMPHASIS_NONE */ len = strlen(device); ac3_device = malloc(len + 7 + 1); if (!ac3_device)