mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 08:27:18 +00:00
remove completely pointless != NULL check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
19e4667777
commit
79a05843ee
@ -95,7 +95,7 @@ int pva_sync(demuxer_t * demuxer)
|
||||
}
|
||||
if(priv->just_synced)
|
||||
{
|
||||
if(priv!=NULL) priv->synced_stream_id=buffer[2];
|
||||
priv->synced_stream_id=buffer[2];
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user