summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/dvdnav.c
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-22 04:34:02 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-22 04:34:02 +0000
commit35e63257fd154600e1e63253ba475cefe7d74796 (patch)
tree8a04b4ccf87293ce530c56d3fe8fd517bfc1d1e4 /src/input/libdvdnav/dvdnav.c
parent2adcf5e52f2eea2efe63b5ddce002f359aa44d0f (diff)
downloadxine-lib-35e63257fd154600e1e63253ba475cefe7d74796.tar.gz
xine-lib-35e63257fd154600e1e63253ba475cefe7d74796.tar.bz2
Changed comments to standard /* ... */
CVS patchset: 2909 CVS date: 2002/10/22 04:34:02
Diffstat (limited to 'src/input/libdvdnav/dvdnav.c')
-rw-r--r--src/input/libdvdnav/dvdnav.c7
1 files changed, 5 insertions, 2 deletions
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
*