[vlc-commits] demux: ogg: improve debugging

Francois Cartegnie git at videolan.org
Fri Apr 27 15:32:52 CEST 2018


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Apr 23 20:00:03 2018 +0200| [ef879eb7d591d693f3babf71f64a5bac9e71b676] | committer: Hugo Beauzée-Luyssen

demux: ogg: improve debugging

(cherry picked from commit c3af0bd62e992bfac85b330a75b12db64f9d1a92)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 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 d9cfad9eb2..5b45c405ab 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