Mercurial > mplayer.hg
changeset 7208:79fb883d9769
user-data moved one -v up
author | arpi |
---|---|
date | Sat, 31 Aug 2002 18:31:05 +0000 |
parents | 708587810950 |
children | c2ce155088b6 |
files | libmpdemux/video.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/video.c Sat Aug 31 18:24:56 2002 +0000 +++ b/libmpdemux/video.c Sat Aug 31 18:31:05 2002 +0000 @@ -199,7 +199,7 @@ // mp_msg(MSGT_DECVIDEO,MSGL_DBG2,"video.c: process_userdata() detected Closed Captions!\n"); if(subcc_enabled) subcc_process_data(buf+2,len-2); } - if(!verbose) return; + if(verbose<2) return; printf( "user_data: len=%3d %02X %02X %02X %02X '", len, buf[0], buf[1], buf[2], buf[3]); for(i=0;i<len;i++)