Commit eeccb777 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: fix tk id in debug code

parent 98e21e3f
...@@ -1077,7 +1077,7 @@ static int Demux( demux_t *p_demux ) ...@@ -1077,7 +1077,7 @@ static int Demux( demux_t *p_demux )
} }
#if 0 #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_TrackGetDTS( p_demux, tk ),
MP4_GetMoviePTS( p_sys ), i_candidate_pos ); MP4_GetMoviePTS( p_sys ), i_candidate_pos );
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment