summaryrefslogtreecommitdiffstats
path: root/demux_mpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux_mpg.c')
-rw-r--r--demux_mpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux_mpg.c b/demux_mpg.c
index 2a79ba3c2b..7c0018c848 100644
--- a/demux_mpg.c
+++ b/demux_mpg.c
@@ -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 !!!!!!
}
}