From 35e63257fd154600e1e63253ba475cefe7d74796 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Tue, 22 Oct 2002 04:34:02 +0000 Subject: Changed comments to standard /* ... */ CVS patchset: 2909 CVS date: 2002/10/22 04:34:02 --- src/input/libdvdnav/dvdnav.c | 7 +++++-- src/input/libdvdnav/vm.c | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src/input/libdvdnav') diff --git a/src/input/libdvdnav/dvdnav.c b/src/input/libdvdnav/dvdnav.c index 7e209d3a8..5db3257f3 100644 --- a/src/input/libdvdnav/dvdnav.c +++ b/src/input/libdvdnav/dvdnav.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav.c,v 1.8 2002/09/20 12:53:53 mroi Exp $ + * $Id: dvdnav.c,v 1.9 2002/10/22 04:39:01 storri Exp $ * */ @@ -794,7 +794,7 @@ dvdnav_status_t dvdnav_get_next_cache_block(dvdnav_t *this, unsigned char **buf, } - //result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); + /* result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); */ result = dvdnav_read_cache_block(this->cache, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); if(result <= 0) { @@ -1010,6 +1010,9 @@ uint32_t dvdnav_get_next_still_flag(dvdnav_t *this) { /* * $Log: dvdnav.c,v $ + * Revision 1.9 2002/10/22 04:39:01 storri + * Changed comments to standard /* ... */ + * * Revision 1.8 2002/09/20 12:53:53 mroi * sync to latest libdvdnav cvs version * diff --git a/src/input/libdvdnav/vm.c b/src/input/libdvdnav/vm.c index 2a21a8499..f5e75c4a9 100644 --- a/src/input/libdvdnav/vm.c +++ b/src/input/libdvdnav/vm.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vm.c,v 1.6 2002/09/20 12:53:53 mroi Exp $ + * $Id: vm.c,v 1.7 2002/10/22 04:39:30 storri Exp $ * */ @@ -1741,7 +1741,7 @@ static int set_VTS_PTT(vm_t *vm, int vtsN, int /* is this really */ vts_ttn, int (vm->state).vtsN = vtsN; /* Not sure about this one. We can get to it easily from TTN_REG */ /* Any other registers? */ - res = set_PGC(vm, pgcN); // This clobber's state.pgN (sets it to 1), but we don't want clobbering here. + res = set_PGC(vm, pgcN); /* This clobber's state.pgN (sets it to 1), but we don't want clobbering here. */ (vm->state).pgN = pgN; /* Part?? */ return res; } @@ -1988,6 +1988,9 @@ static pgcit_t* get_PGCIT(vm_t *vm) { /* * $Log: vm.c,v $ + * Revision 1.7 2002/10/22 04:39:30 storri + * Changed comments to standard /* ... */ + * * Revision 1.6 2002/09/20 12:53:53 mroi * sync to latest libdvdnav cvs version * -- cgit v1.2.3