Merged 2061

This commit is contained in:
Moritz Bunkus 2004-08-28 09:00:39 +00:00
parent 5d268fdcc2
commit c7e5adaafc

View File

@ -78,7 +78,7 @@ find_ac3_header(unsigned char *buf,
default:
return -1;
}
switch(header.flags & A52_CHANNEL_MASK) {
switch (header.flags & A52_CHANNEL_MASK) {
case A52_MONO:
header.channels=1;
break;