Re: [FFmpeg-devel] [PATCH 1/3] avformat/mpeg: Make VobSub demuxer have its own context struct

2019-12-05 Thread Michael Niedermayer
On Wed, Dec 04, 2019 at 01:37:12PM +0100, Andreas Rheinhardt wrote: > When the VobSub demuxer was added, the fields it required were simply > added to the MpegDemuxContext (if the VobSub demuxer was selected at > all). The mpeg demuxer of course doesn't use these fields even if they > are there;

[FFmpeg-devel] [PATCH 1/3] avformat/mpeg: Make VobSub demuxer have its own context struct

2019-12-04 Thread Andreas Rheinhardt
When the VobSub demuxer was added, the fields it required were simply added to the MpegDemuxContext (if the VobSub demuxer was selected at all). The mpeg demuxer of course doesn't use these fields even if they are there; and the VobSub demuxer doesn't use the old ones: It opens an mpeg subdemuxer