Re: [FFmpeg-devel] [PATCH v2 3/3] avformat/dvdvideodec: add menu demuxing support

2024-03-12 Thread Stefano Sabatini
On date Saturday 2024-03-09 12:27:52 -0600, Marth64 wrote: > Signed-off-by: Marth64 > --- > doc/demuxers.texi | 43 +- > libavformat/dvdvideodec.c | 314 -- > 2 files changed, 339 insertions(+), 18 deletions(-) Will push soon with the other patch,

Re: [FFmpeg-devel] [PATCH v2 3/3] avformat/dvdvideodec: add menu demuxing support

2024-03-10 Thread Marth64
Hi, > Is 99 an actual limit here of DVDs or is it something you picked? You > can always use INT_MAX if this is the latter case. It is the actual limit (as are all of them to the best of my studying.) > Is there any risk this will be called twice? If so, we should zero out > state->vob_file after

Re: [FFmpeg-devel] [PATCH v2 3/3] avformat/dvdvideodec: add menu demuxing support

2024-03-10 Thread Leo Izen
On 3/9/24 13:27, Marth64 wrote: Signed-off-by: Marth64 --- doc/demuxers.texi | 43 +- libavformat/dvdvideodec.c | 314 -- 2 files changed, 339 insertions(+), 18 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index f4bac8f3b3.

[FFmpeg-devel] [PATCH v2 3/3] avformat/dvdvideodec: add menu demuxing support

2024-03-09 Thread Marth64
Signed-off-by: Marth64 --- doc/demuxers.texi | 43 +- libavformat/dvdvideodec.c | 314 -- 2 files changed, 339 insertions(+), 18 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index f4bac8f3b3..b70f3a38d7 100644 --- a/doc/demuxers