From d0ecf5ea6988cb92015683db9a5ffa4225358924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 13 Nov 2010 12:38:45 +0000 Subject: [PATCH] dvdreadsrc: remove bogus comment --- ext/dvdread/dvdreadsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dvdread/dvdreadsrc.c b/ext/dvdread/dvdreadsrc.c index a63fa35092..dea020031c 100644 --- a/ext/dvdread/dvdreadsrc.c +++ b/ext/dvdread/dvdreadsrc.c @@ -620,7 +620,7 @@ gst_dvd_read_src_get_next_cell (GstDvdReadSrc * src, pgc_t * pgc, gint cell) while (pgc->cell_playback[cell].block_mode != BLOCK_MODE_LAST_CELL) ++cell; - return cell + 1; /* really +1? (tpm) */ + return cell + 1; } /* Returns true if the pack is a NAV pack */