demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERR

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31464 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-06-18 16:32:54 +00:00 committed by Uoti Urpala
parent 686f11fb13
commit 1b078bc2c5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static int demux_y4m_fill_buffer(demuxer_t *demux, demux_stream_t *dsds) {
else
{
if ((err=y4m_read_frame(demux->stream, priv->si, &fi, buf)) != Y4M_OK) {
mp_msg(MSGT_DEMUX, MSGL_V, "error reading frame %s\n", y4m_strerr(err));
mp_msg(MSGT_DEMUX, MSGL_ERR, "error reading frame %s\n", y4m_strerr(err));
return 0;
}
}