mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 18:02:36 +00:00
Remove useless checks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26406 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
88584511ff
commit
84121288c1
@ -150,14 +150,7 @@ get_flac_metadata (demuxer_t* demuxer)
|
||||
{
|
||||
uint8_t preamble[4];
|
||||
unsigned int blk_len;
|
||||
stream_t *s = NULL;
|
||||
|
||||
if (!demuxer)
|
||||
return;
|
||||
|
||||
s = demuxer->stream;
|
||||
if (!s)
|
||||
return;
|
||||
stream_t *s = demuxer->stream;
|
||||
|
||||
/* file is qualified; skip over the signature bytes in the stream */
|
||||
stream_seek (s, 4);
|
||||
|
Loading…
Reference in New Issue
Block a user