mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
avformat/dvdvideodec: Remove unused cell count variable
Signed-off-by: Marth64 <marth64@proxyid.net> Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
a9274605c4
commit
a7bf48c578
@ -111,7 +111,6 @@ typedef struct DVDVideoPlaybackState {
|
||||
int in_ps; /* if our navigator is in the program stream */
|
||||
int in_vts; /* if our navigator is in the VTS */
|
||||
int64_t nav_pts; /* PTS according to IFO, not frame-accurate */
|
||||
int nb_cells_played; /* number of cells played back so far */
|
||||
uint64_t pgc_duration_est; /* estimated duration as reported by IFO */
|
||||
uint64_t pgc_elapsed; /* the elapsed time of the PGC, cell-relative */
|
||||
int pgc_nb_pg_est; /* number of PGs as reported by IFOs */
|
||||
@ -730,7 +729,6 @@ static int dvdvideo_play_next_ps_block(AVFormatContext *s, DVDVideoPlaybackState
|
||||
state->celln = e_cell->cellN;
|
||||
state->ptt = cur_ptt;
|
||||
state->pgn = cur_pgn;
|
||||
state->nb_cells_played++;
|
||||
|
||||
continue;
|
||||
case DVDNAV_NAV_PACKET:
|
||||
|
Loading…
Reference in New Issue
Block a user