1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Same mistake here: Pass real VLC_OBJECT's to msg_*

This commit is contained in:
Jean-Paul Saman 2005-03-10 21:16:32 +00:00
parent b69210a521
commit 2bbd7dd260

View File

@ -178,7 +178,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
break;
default:
msg_Err( p_filter, "cannot interleave %i channels",
msg_Err( p_aout, "cannot interleave %i channels",
p_pcm->channels );
}
}
@ -210,7 +210,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
break;
default:
msg_Err( p_filter, "cannot interleave %i channels",
msg_Err( p_aout, "cannot interleave %i channels",
p_pcm->channels );
}
}