Commit 59f25dc0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ASF: kill a warning

parent c13cd1a9
......@@ -434,7 +434,7 @@ static int ASF_ReadObject_metadata( stream_t *s, asf_object_t *p_obj )
/* Read data */
if( p_record->i_type == ASF_METADATA_TYPE_STRING )
{
p_record->p_data = ASF_READS( i_data );
p_record->p_data = (uint8_t *)ASF_READS( i_data );
p_record->i_data = i_data/2; /* FIXME Is that needed ? */
}
else if( p_record->i_type == ASF_METADATA_TYPE_BYTE )
......
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