Commit c60b5edf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MP4: fix compilation in ULTRA_VERBOSE mode

parent 5676fd5b
...@@ -3091,7 +3091,7 @@ static int MP4_ReadBox_keys( stream_t *p_stream, MP4_Box_t *p_box ) ...@@ -3091,7 +3091,7 @@ static int MP4_ReadBox_keys( stream_t *p_stream, MP4_Box_t *p_box )
i_read -= i_keysize; i_read -= i_keysize;
#ifdef MP4_ULTRA_VERBOSE #ifdef MP4_ULTRA_VERBOSE
msg_Dbg( p_stream, "read box: \"keys\": %u '%s'", i + 1, msg_Dbg( p_stream, "read box: \"keys\": %u '%s'", i + 1,
p_box->data.p_keys->p_entries[i].p_value ); p_box->data.p_keys->p_entries[i].psz_value );
#endif #endif
} }
if ( i < i_count ) if ( i < i_count )
......
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