Commit 0e4fd468 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Remove fprintf debug statement in the mp4 demux

parent b83f5ed9
......@@ -625,7 +625,6 @@ static int Demux( demux_t *p_demux )
}
}
p_block->i_dts = MP4_TrackGetPTS( p_demux, tk ) + 1;
fprintf( stderr, "dts=%lld\n", p_block->i_dts );
p_block->i_pts = tk->fmt.i_cat == VIDEO_ES ? 0 : p_block->i_dts + 1;
......
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