[vlc-commits] demux: mp4: fix tk id in debug code

Francois Cartegnie git at videolan.org
Sun Dec 28 22:35:47 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Dec 28 00:23:27 2014 +0100| [eeccb77703308fbd78010838bca1d61cbec5c905] | committer: Francois Cartegnie

demux: mp4: fix tk id in debug code

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

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

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 4d020f4..2242fea 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -1077,7 +1077,7 @@ static int Demux( demux_t *p_demux )
     }
 
 #if 0
-    msg_Dbg( p_demux, "tk(%i)=%"PRId64" mv=%"PRId64" pos=%"PRIu64, i_track,
+    msg_Dbg( p_demux, "tk(%i)=%"PRId64" mv=%"PRId64" pos=%"PRIu64, tk->i_track_ID,
              MP4_TrackGetDTS( p_demux, tk ),
              MP4_GetMoviePTS( p_sys ), i_candidate_pos );
 #endif



More information about the vlc-commits mailing list