Commit 96e55590 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix format

parent cdc0d578
...@@ -1817,7 +1817,8 @@ static int MP4_ReadBox_elst( stream_t *p_stream, MP4_Box_t *p_box ) ...@@ -1817,7 +1817,8 @@ static int MP4_ReadBox_elst( stream_t *p_stream, MP4_Box_t *p_box )
} }
#ifdef MP4_VERBOSE #ifdef MP4_VERBOSE
msg_Dbg( p_stream, "read box: \"elst\" entry-count "I64Fd, p_box->data.p_elst->i_entry_count ); msg_Dbg( p_stream, "read box: \"elst\" entry-count %u",
(unsigned)p_box->data.p_elst->i_entry_count );
#endif #endif
MP4_READBOX_EXIT( 1 ); MP4_READBOX_EXIT( 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