Commit 5606132e authored by Francois Cartegnie's avatar Francois Cartegnie

demux: asf: add some more debug info

parent f38c4347
...@@ -133,9 +133,9 @@ static int ASF_ReadObjectCommon( stream_t *s, asf_object_t *p_obj ) ...@@ -133,9 +133,9 @@ static int ASF_ReadObjectCommon( stream_t *s, asf_object_t *p_obj )
#ifdef ASF_DEBUG #ifdef ASF_DEBUG
msg_Dbg( s, msg_Dbg( s,
"found object guid: " GUID_FMT " size:%"PRId64, "found object guid: " GUID_FMT " size:%"PRId64" at %"PRId64,
GUID_PRINT( p_common->i_object_id ), GUID_PRINT( p_common->i_object_id ),
p_common->i_object_size ); p_common->i_object_size, p_common->i_object_pos );
#endif #endif
return VLC_SUCCESS; return VLC_SUCCESS;
......
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