|
From: Dan D. <da...@de...> - 2002-06-27 05:30:40
|
On Wed, 2002-06-19 at 14:49, Bill Fink wrote: > > I made the following one line patch to playdv/oss.c and now the sound > works fine. [...] > - gint format = AFMT_S16_LE, rate_request, channels_request; > + gint format = AFMT_S16_NE, rate_request, channels_request; > gchar *device; committed to cvs, thanks |