view Gui/mplayer/pixmaps/empty1px.xpm @ 17573:8921544f4114

Simplify get_delay(): we don't need to get the complete PCM status but can call snd_pcm_delay() directly. To avoid the audio device appearing to be running too fast after an underrun, ignore any samples that were lost in an underrun.
author cladisch
date Fri, 10 Feb 2006 09:24:48 +0000
parents be3261b2bcf4
children 518b5935a909
line wrap: on
line source

/* XPM */
static char * empty1px_xpm[] = {
"1 1 1 1",
" 	c None",
" "};