Commit 1a0570b5 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: libmp4: change trun verbosity level

slows down everything :/
parent 6dfb3130
...@@ -783,7 +783,7 @@ static int MP4_ReadBox_trun( stream_t *p_stream, MP4_Box_t *p_box ) ...@@ -783,7 +783,7 @@ static int MP4_ReadBox_trun( stream_t *p_stream, MP4_Box_t *p_box )
MP4_GET4BYTES( p_sample->i_composition_time_offset ); MP4_GET4BYTES( p_sample->i_composition_time_offset );
} }
#ifdef MP4_VERBOSE #ifdef MP4_ULTRA_VERBOSE
msg_Dbg( p_stream, "read box: \"trun\" version %u flags 0x%x sample count %u", msg_Dbg( p_stream, "read box: \"trun\" version %u flags 0x%x sample count %u",
p_box->data.p_trun->i_version, p_box->data.p_trun->i_version,
p_box->data.p_trun->i_flags, p_box->data.p_trun->i_flags,
......
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