Remove variable that is unnecessary after last patch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22452 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-03-04 15:15:59 +00:00
parent bd039d9cfe
commit 10552969c3
1 changed files with 1 additions and 2 deletions

View File

@ -409,8 +409,7 @@ static void demux_close_avs(demuxer_t* demuxer)
static void demux_seek_avs(demuxer_t *demuxer, float rel_seek_secs, float audio_delay, int flags)
{
demux_stream_t *d_video=demuxer->video;
sh_video_t *sh_video=d_video->sh;
sh_video_t *sh_video=demuxer->video->sh;
AVS_T *AVS = demuxer->priv;
int video_pos=AVS->frameno;