mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/dvdvideodec: measure duration of the current menu VOBU in state
This will be a pre-requisite to calculating chapter markers for menus. Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
parent
94346edbbf
commit
39c662f541
@ -474,6 +474,7 @@ static int dvdvideo_menu_next_ps_block(AVFormatContext *s, DVDVideoPlaybackState
|
||||
}
|
||||
|
||||
state->vobu_e_ptm = pci.pci_gi.vobu_e_ptm;
|
||||
state->vobu_duration = pci.pci_gi.vobu_e_ptm - pci.pci_gi.vobu_s_ptm;
|
||||
|
||||
av_log(s, AV_LOG_DEBUG, "NAV packet: sector=%d "
|
||||
"vobu_s_ptm=%d vobu_e_ptm=%d ts_offset=%" PRId64 "\n",
|
||||
|
Loading…
Reference in New Issue
Block a user