|
|
|
@ -379,7 +379,7 @@ static int aout_get_native_sample_rate(audio_output_t *aout) |
|
|
|
*****************************************************************************/ |
|
|
|
static int Start(audio_output_t *aout, audio_sample_format_t *restrict fmt) |
|
|
|
{ |
|
|
|
if (aout_FormatNbChannels(fmt) == 0) |
|
|
|
if (aout_FormatNbChannels(fmt) == 0 || !AOUT_FMT_LINEAR(fmt)) |
|
|
|
return VLC_EGENERIC; |
|
|
|
|
|
|
|
SLresult result; |
|
|
|
|