[vlc-commits] demux: mp4: fix debug compilation

Francois Cartegnie git at videolan.org
Mon Jan 16 17:09:46 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan 16 16:52:10 2017 +0100| [ba4bd665e5afcc33c180527b7ecf16d4bc6fb37a] | committer: Francois Cartegnie

demux: mp4: fix debug compilation

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

 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 3dd59ff..8ded8c4 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -1141,7 +1141,7 @@ static int DemuxTrack( demux_t *p_demux, mp4_track_t *tk, uint64_t i_readpos,
 #if 0
         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_readpos );
+                 MP4_GetMoviePTS( p_demux->p_sys ), i_readpos );
 #endif
 
         i_samplessize = MP4_TrackGetReadSize( tk, &i_nb_samples );



More information about the vlc-commits mailing list