[vlc-commits] demux: ts: lower first packet msg to debug level

Francois Cartegnie git at videolan.org
Sun Jan 1 18:45:23 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Dec 30 19:17:44 2016 +0100| [2efd018968bcc96923b0507f7921421a86f54421] | committer: Francois Cartegnie

demux: ts: lower first packet msg to debug level

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2efd018968bcc96923b0507f7921421a86f54421
---

 modules/demux/mpeg/ts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mpeg/ts.c b/modules/demux/mpeg/ts.c
index 10eb69f..7d8c21af1 100644
--- a/modules/demux/mpeg/ts.c
+++ b/modules/demux/mpeg/ts.c
@@ -2423,7 +2423,7 @@ static block_t * ProcessTSPacket( demux_t *p_demux, ts_pid_t *pid, block_t *p_pk
     {
         if( pid->i_cc == 0xff )
         {
-            msg_Warn( p_demux, "first packet for pid=%d cc=0x%x",
+            msg_Dbg( p_demux, "first packet for pid=%d cc=0x%x",
                       pid->i_pid, i_cc );
             pid->i_cc = i_cc;
         }



More information about the vlc-commits mailing list