Commit b1285bea authored by Rafaël Carré's avatar Rafaël Carré

Revert "ASF: Use stream_Seek() if we only want to seek"

This reverts commit e9fdaf06.
parent 01a24c0a
......@@ -165,7 +165,7 @@ static int ASF_ReadObject_Header( stream_t *s, asf_object_t *p_obj )
#endif
/* Cannot fail as peek succeed */
stream_Seek( s, stream_Tell( s ) + 30 );
stream_Read( s, NULL, 30 );
/* Now load sub object */
for( ; ; )
......
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