Re: [FFmpeg-devel] [PATCH] avformat/dvdvideodec: Simplify padding cell trim logic

2024-06-26 Thread Marth64
Please, ignore this particular patch. I have found a formatting mistake (opportunity to remove braces). I will send a v2. I apologize for the inconvenience. On Thu, Jun 27, 2024 at 12:38 AM Marth64 wrote: > > When -trim option is used (by default), padding cells > at the beginning of the title a

[FFmpeg-devel] [PATCH] avformat/dvdvideodec: Simplify padding cell trim logic

2024-06-26 Thread Marth64
When -trim option is used (by default), padding cells at the beginning of the title are supposed to be ignored. The current implementation does the ignoring when we attempt to lock on to the PGC navigation event stream, but this is a wrong assumption because we have already entered the PGC. This ca