removed unused variables

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-02-03 11:32:43 +00:00
parent 60a5215eca
commit 7d1ffbf2c1
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ static demuxer_t* demux_mpg_ps_open(demuxer_t* demuxer)
}
if(!sh_video->format && ps_probe > 0) {
int mpeg2, h264, mpeg4, head;
int head;
off_t pos = stream_tell(demuxer->stream);
clear_stats();