ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7
18:04:56 2024 -0500| [75c1943e30923b8d3c409dc65c56e9b423c50727] | committer:
Marth64
avformat/dvdvideodec: simplify dvdvideo_read_packet()
The function has a few branches where it discards frames via
FFERROR_REDO; consolidate is via a goto bl
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:56
2024 -0500| [1964faa568c2b7bd9e172f7090a601625bb5dd9e] | committer: Marth64
avformat/dvdvideodec: simplify dvdvideo_read_packet()
The function has a few branches where it discards frames via
FFERROR_REDO; consolidate is via a goto block to