Re: [FFmpeg-devel] [PATCH] avformat/ty: Remove write-only array and variable

2020-08-11 Thread Andreas Rheinhardt
Paul B Mahol: > Make sure this does not break existing files, > I tested with all the samples in https://samples.ffmpeg.org/TiVo/; of course, there was no change in output at all. So I'll apply this. - Andreas > On 8/11/20, Andreas Rheinhardt wrote: >> Up until now, the TiVo demuxer parse an a

Re: [FFmpeg-devel] [PATCH] avformat/ty: Remove write-only array and variable

2020-08-11 Thread Paul B Mahol
Make sure this does not break existing files, On 8/11/20, Andreas Rheinhardt wrote: > Up until now, the TiVo demuxer parse an array of SEQ entries, yet it has > never ever made any use of them. In fact, parse_master, the function > parsing said table, only influenced the outside world in three wa