Remove useless check.

sh_video should always be non-NULL if this code is run.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20904 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-11-14 01:59:46 +00:00
parent a6863268cc
commit 8c6ce53875
1 changed files with 1 additions and 1 deletions

View File

@ -2875,7 +2875,7 @@ static void adjust_sync_and_print_status(int between_frames, float timing_error)
else
a_pts = playing_audio_pts(sh_audio, d_audio, audio_out);
v_pts = sh_video ? sh_video->pts : d_video->pts;
v_pts = sh_video->pts;
{
static int drop_message=0;