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
1 changed files with 2 additions and 2 deletions

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 );
}
}