summaryrefslogtreecommitdiffstats
path: root/open.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 21:45:41 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 21:45:41 +0000
commit0768e4202edab3a58fb274db993e7e870fd7ea3a (patch)
tree724f1f9b864e7b5246fff9413d94cb75350ff951 /open.c
parentce8be9282b1241efb1fdc9f20fa65ec7747ba1f6 (diff)
downloadmpv-0768e4202edab3a58fb274db993e7e870fd7ea3a.tar.bz2
mpv-0768e4202edab3a58fb274db993e7e870fd7ea3a.tar.xz
-Wall warnings fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'open.c')
-rw-r--r--open.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/open.c b/open.c
index 04f7c30b67..774e65c32c 100644
--- a/open.c
+++ b/open.c
@@ -113,7 +113,7 @@ if(vcd_track){
//============ Open DVD title ==============
#ifdef USE_DVDREAD
if(dvd_title){
- int ret,ret2;
+// int ret,ret2;
dvd_priv_t *d;
int ttn,pgc_id,pgn;
dvd_reader_t *dvd;
@@ -297,7 +297,6 @@ static int dvd_next_cell(dvd_priv_t *d){
if( d->cur_pgc->cell_playback[ next_cell ].block_type
== BLOCK_TYPE_ANGLE_BLOCK ) {
- int i;
while(next_cell<d->cur_pgc->nr_of_cells){
if( d->cur_pgc->cell_playback[next_cell].block_mode
== BLOCK_MODE_LAST_CELL ) break;