[FFmpeg-devel] [PATCH] avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter range

Marth64 marth64 at proxyid.net
Tue Jul 2 00:12:10 EEST 2024


>  What is the meaning of the 0 special case?
If chapter_end is 0, this means "end". So you can say, -chapter_start
5 -chapter_end 0  and demuxer will go from chapter 5 to end of title.
This is also in the public docs since initial demuxer merge.

Thank you!


More information about the ffmpeg-devel mailing list