mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dvdreadsrc: remove bogus comment
This commit is contained in:
parent
c29b56fae9
commit
d0ecf5ea69
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
while (pgc->cell_playback[cell].block_mode != BLOCK_MODE_LAST_CELL)
|
||||||
++cell;
|
++cell;
|
||||||
|
|
||||||
return cell + 1; /* really +1? (tpm) */
|
return cell + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns true if the pack is a NAV pack */
|
/* Returns true if the pack is a NAV pack */
|
||||||
|
|
Loading…
Reference in a new issue