--- MPlayer-cvs/libao2/ao_sdl.c 2004-04-07 22:06:14.000000000 +0200 +++ MPlayer-test2/libao2/ao_sdl.c 2004-05-04 22:27:04.000000000 +0200 @@ -196,8 +196,9 @@ aspec.format = AUDIO_U16MSB; break; default: + aspec.format = AUDIO_S16LSB; + ao_data.format = AFMT_S16_LE; mp_msg(MSGT_AO,MSGL_WARN,"SDL: Unsupported audio format: 0x%x.\n", format); - return 0; } /* The desired audio frequency in samples-per-second. */