view mplayer_wine.spec @ 11511:6e580b901205

original config: > ao_data.bps=channels*rate; > if(format != AFMT_U8 && format != AFMT_S8) > ao_data.bps*=2; fallback config, before patch: > ao_data.bps=ao_data.channels * ao_data.samplerate; since we forced the format to S16_LE in fallback, we should double bps to be consistent with an original config of the same settings.
author joey
date Sun, 23 Nov 2003 17:04:19 +0000
parents a53966ed8afb
children
line wrap: on
line source

name	mplayer_wine
mode	cuiexe
type	win32

import	kernel32.dll
import	ntdll.dll