[MPlayer-dev-eng] ao_plugin assumption about ao driver play()
Stephen Davies
steve at daviesfam.org
Sun Dec 9 23:23:32 CET 2001
Hi,
Looking in ao_plugin, there's an assumption in its play() that ao2 drivers
will always play all the data they are sent.
Or, perhaps, that mplayer.c will only call it with a number that is
already a multiple of the frag size?
This isn't true, is it?
It certainly isn't for 6 channel audio where mplayer.c sometimes calls
ao_plugin with len=65536, not even a multiple of 6 samples...?
Steve
More information about the MPlayer-dev-eng
mailing list