[vlc-commits] demux: ogg: improve debugging

Francois Cartegnie git at videolan.org
Mon Apr 23 20:17:48 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Apr 23 20:00:03 2018 +0200| [c3af0bd62e992bfac85b330a75b12db64f9d1a92] | committer: Francois Cartegnie

demux: ogg: improve debugging

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

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

diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c
index 912b41ee25..5439792910 100644
--- a/modules/demux/ogg.c
+++ b/modules/demux/ogg.c
@@ -297,7 +297,7 @@ static int Demux( demux_t * p_demux )
     {
         if ( p_sys->i_streams ) /* All finished */
         {
-            msg_Dbg( p_demux, "end of a group of logical streams" );
+            msg_Dbg( p_demux, "end of a group of %d logical streams", p_sys->i_streams );
 
             mtime_t i_lastpcr = VLC_TS_INVALID;
             for( i_stream = 0; i_stream < p_sys->i_streams; i_stream++ )



More information about the vlc-commits mailing list