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:
reimar 2006-04-16 13:25:14 +00:00
parent 19e4667777
commit 79a05843ee
1 changed files with 1 additions and 1 deletions

View File

@ -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