Commit df60b717 authored by Benjamin Pracht's avatar Benjamin Pracht

Backport rev. 13434

parent 1bda3b7e
...@@ -407,7 +407,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -407,7 +407,7 @@ static int Open( vlc_object_t *p_this )
{ {
p_aout->output.output.i_physical_channels = AOUT_CHAN_CENTER; p_aout->output.output.i_physical_channels = AOUT_CHAN_CENTER;
} }
else else if( val.i_int != AOUT_VAR_SPDIF )
{ {
/* This should not happen ! */ /* This should not happen ! */
msg_Err( p_aout, "internal: can't find audio-device (%i)", val.i_int ); msg_Err( p_aout, "internal: can't find audio-device (%i)", val.i_int );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment