[MPlayer-dev-eng] Probable boolean logic bug

compn tempn at mi.rr.com
Mon May 16 15:42:58 CEST 2016


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


More information about the MPlayer-dev-eng mailing list