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

2024-03-10 Thread Stefano Sabatini
On date Saturday 2024-03-09 13:17:23 -0600, Marth64 wrote: > Fixes compiler warning introduced in v2 due to incorrect printf format for > ssize_t. > > Apologies for the inconvenience. > > Signed-off-by: Marth64 > --- > doc/demuxers.texi | 43 +- > libavformat/dvdvideodec.c | 314 +

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

2024-03-09 Thread Marth64
Fixes compiler warning introduced in v2 due to incorrect printf format for ssize_t. Apologies for the inconvenience. Signed-off-by: Marth64 --- doc/demuxers.texi | 43 +- libavformat/dvdvideodec.c | 314 -- 2 files changed, 339 insertions(+), 18