On Thu, 14 Apr 2016 23:51:18 -0400 Michael McConville <mmcco at mykolab.com> wrote: > --- libao2/ao_ivtv.c > - if (rate != 32000 || rate != 41000 || rate != 48000) > + if (rate != 32000 && rate != 41000 && rate != 48000) sorry this got stuck in the queue. -compn