dvdreadsrc: remove bogus comment

This commit is contained in:
Tim-Philipp Müller 2010-11-13 12:38:45 +00:00
parent c29b56fae9
commit d0ecf5ea69

View file

@ -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 */