1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Embarrassing messages while playing DVD are moved to verbose level 1

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lgb 2001-04-20 06:15:43 +00:00
parent 611f847189
commit 188018eb0e

View File

@ -142,7 +142,7 @@ static int demux_mpg_read_packet(demuxer_t *demux,int id){
} else {
if(c!=0x0f){
printf(" {ERROR5,c=%d} \n",c);
if (verbose>=1) printf(" {ERROR5,c=%d} \n",c);
return -1; // invalid packet !!!!!!
}
}