mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 20:03:31 +08:00
parent
36eb0436f6
commit
573c2015f2
@ -378,7 +378,7 @@ static void ParseHead( demux_t* p_demux )
|
||||
char* psz_head = NULL;
|
||||
size_t i_head_len = 0; // head tags size, in bytes
|
||||
size_t i_size; // allocated buffer size
|
||||
size_t i_read;
|
||||
ssize_t i_read;
|
||||
|
||||
// Rewind since the XML parser will have consumed the entire file.
|
||||
stream_Seek( p_demux->s, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user